From 75d20756651947d240e66adef447de24996ce0d1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 13 Nov 2020 16:17:52 +0100 Subject: 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. --- xtask/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask') diff --git a/xtask/src/install.rs b/xtask/src/install.rs index 41f3e3da1..78a8af797 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs @@ -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." ); } -- cgit v1.2.3