From 3d559afc11b230d52b13c5540706b85a7eeb3490 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 12 Nov 2020 20:39:16 +0100 Subject: Upgrade version of npms lockfile --- 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 78a8af797..41f3e3da1 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 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 you’ll need to install the .vsix manually." ); } -- cgit v1.2.3