Skip to content

Commit 52b44ba

Browse files
bors[bot]bold
andauthored
Merge #2662
2662: Notify that latest version of VS Code is required r=matklad a=spebern Suggested in #2660. Co-authored-by: bold <bold@cryptoguru.com>
2 parents 3f7e5cd + 2a09752 commit 52b44ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
226226
if !str::from_utf8(&output.stdout)?.contains("ra-lsp") {
227227
anyhow::bail!(
228228
"Could not install the Visual Studio Code extension. \
229-
Please make sure you have at least NodeJS 10.x installed and try again."
229+
Please make sure you have at least NodeJS 10.x together with the latest version of VS Code installed and try again."
230230
);
231231
}
232232

0 commit comments

Comments
 (0)