Skip to content

Commit 4b2880b

Browse files
committed
Add note
1 parent 6db2da4 commit 4b2880b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xtask/src/install.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
121121

122122
if !installed_extensions.contains("rust-analyzer") {
123123
bail!(
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."
124+
"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."
126125
);
127126
}
128127

0 commit comments

Comments
 (0)