diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 4201c6a6a75..9cefad925c8 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -226,7 +226,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> { if !str::from_utf8(&output.stdout)?.contains("ra-lsp") { anyhow::bail!( "Could not install the Visual Studio Code extension. \ - 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." ); }