Skip to content

Commit 6348d10

Browse files
pauloberwill-v-pi
andcommitted
Add restart note to rustup install notification
Co-authored-by: will-v-pi <[email protected]>
1 parent 0df00e2 commit 6348d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/rustUtil.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export async function checkRustInstallation(): Promise<boolean> {
262262
if (!rustupOk) {
263263
void window
264264
.showErrorMessage(
265-
"Rustup is not installed. Please install it manually.",
265+
"Rustup is not installed. Please install it manually and restart VS Code.",
266266
"Install"
267267
)
268268
.then(result => {

0 commit comments

Comments
 (0)