aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/install.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/install.rs')
-rw-r--r--xtask/src/install.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/xtask/src/install.rs b/xtask/src/install.rs
index 1d13b26da..f76467cac 100644
--- a/xtask/src/install.rs
+++ b/xtask/src/install.rs
@@ -122,7 +122,8 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
122 if !installed_extensions.contains("rust-analyzer") { 122 if !installed_extensions.contains("rust-analyzer") {
123 bail!( 123 bail!(
124 "Could not install the Visual Studio Code extension. \ 124 "Could not install the Visual Studio Code extension. \
125 Please make sure you have at least NodeJS 12.x together with the latest version of VS Code installed and try again." 125 Please make sure you have at least NodeJS 12.x together with the latest version of VS Code installed and try again. \
126 Note that installing via xtask install does not work for VS Code Remote, instead you’ll need to install the .vsix manually."
126 ); 127 );
127 } 128 }
128 129