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 ae65737 commit 475833cCopy full SHA for 475833c
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