We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df00e2 commit 6348d10Copy full SHA for 6348d10
src/utils/rustUtil.mts
@@ -262,7 +262,7 @@ export async function checkRustInstallation(): Promise<boolean> {
262
if (!rustupOk) {
263
void window
264
.showErrorMessage(
265
- "Rustup is not installed. Please install it manually.",
+ "Rustup is not installed. Please install it manually and restart VS Code.",
266
"Install"
267
)
268
.then(result => {
0 commit comments