Revert "Upgrade version of npms lockfile"

This reverts commit 3d559afc11b230d52b13c5540706b85a7eeb3490.

VS Code uses nodejs 12 still, so its better to stick to the format it
understands.
This commit is contained in:
Aleksey Kladov 2020-11-13 16:17:52 +01:00
parent 9beec7c263
commit 75d2075665
2 changed files with 11 additions and 2755 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 youll need to install the .vsix manually."
);
}