mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 05:56:56 +00:00
Revert "Upgrade version of npms lockfile"
This reverts commit 3d559afc11
.
VS Code uses nodejs 12 still, so its better to stick to the format it
understands.
This commit is contained in:
parent
9beec7c263
commit
75d2075665
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") {
|
||||
bail!(
|
||||
"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."
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user