mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Merge #6542
6542: Revert "Upgrade version of npms lockfile" r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
475a296f6f
2 changed files with 11 additions and 2755 deletions
2764
editors/code/package-lock.json
generated
2764
editors/code/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -143,7 +143,7 @@ fn install_client(client_opt: ClientOpt) -> Result<()> {
|
||||||
if !installed_extensions.contains("rust-analyzer") {
|
if !installed_extensions.contains("rust-analyzer") {
|
||||||
bail!(
|
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 15.x together with the latest version of VS Code installed and try again. \
|
Please make sure you have at least NodeJS 12.x together with the latest version of VS Code installed and try again. \
|
||||||
Note that installing via xtask install does not work for VS Code Remote, instead you’ll need to install the .vsix manually."
|
Note that installing via xtask install does not work for VS Code Remote, instead you’ll need to install the .vsix manually."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue