mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Notify that latest version of VS Code is required
This commit is contained in:
parent
aa49b79bda
commit
2a09752137
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
|
||||||
if !str::from_utf8(&output.stdout)?.contains("ra-lsp") {
|
if !str::from_utf8(&output.stdout)?.contains("ra-lsp") {
|
||||||
anyhow::bail!(
|
anyhow::bail!(
|
||||||
"Could not install the Visual Studio Code extension. \
|
"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."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue