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.
2 parents 3f7e5cd + 2a09752 commit 52b44baCopy full SHA for 52b44ba
xtask/src/main.rs
@@ -226,7 +226,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
226
if !str::from_utf8(&output.stdout)?.contains("ra-lsp") {
227
anyhow::bail!(
228
"Could not install the Visual Studio Code extension. \
229
- Please make sure you have at least NodeJS 10.x installed and try again."
+ Please make sure you have at least NodeJS 10.x together with the latest version of VS Code installed and try again."
230
);
231
}
232
0 commit comments