From 4b2880b886cb862cb4a7f458547c4d07e6828a91 Mon Sep 17 00:00:00 2001 From: nmio Date: Sun, 1 Mar 2020 13:02:42 +0000 Subject: Add note --- xtask/src/install.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xtask/src') diff --git a/xtask/src/install.rs b/xtask/src/install.rs index 1d13b26da..4ac16ce18 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs @@ -121,8 +121,7 @@ fn install_client(ClientOpt::VsCode: 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." + "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. 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