Warn about Visual Studio Code branding confusion
This commit is contained in:
parent
2d46584fae
commit
9b3db34072
@ -979,9 +979,10 @@ fn is_illegal_instruction(_status: &ExitStatus) -> bool {
|
|||||||
but `link.exe` was not found",
|
but `link.exe` was not found",
|
||||||
);
|
);
|
||||||
sess.note_without_error(
|
sess.note_without_error(
|
||||||
"please ensure that VS 2013, VS 2015, VS 2017, VS 2019 or VS 2022 \
|
"please ensure that Visual Studio 2017 or later, or Build Tools \
|
||||||
was installed with the Visual C++ option",
|
for Visual Studio were installed with the Visual C++ option.",
|
||||||
);
|
);
|
||||||
|
sess.note_without_error("VS Code is a different product, and is not sufficient.");
|
||||||
}
|
}
|
||||||
sess.abort_if_errors();
|
sess.abort_if_errors();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user