6538: 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:
bors[bot] 2020-11-12 19:39:51 +00:00 committed by GitHub
commit 9beec7c263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2755 additions and 11 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 12.x together with the latest version of VS Code installed and try again. \
Please make sure you have at least NodeJS 15.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."
);
}