Skip to content

Commit 29bdd43

Browse files
Merge #3389
3389: Note vscode remote limitation when client install fails r=matklad a=not-much-io Just adding a note about the limitation referenced in #2522 Considered checking if this message is relevant in the context (is this remote?) but decided against it because of return on investment - seeing how fast vscode iterates this limitation might just disappear in the near future. Also checked if there is a way to already do this which lead me to leaving a specifing question at microsoft/vscode-remote-release#385 Co-authored-by: nmio <[email protected]>
2 parents b71fc18 + 930b70c commit 29bdd43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xtask/src/install.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
122122
if !installed_extensions.contains("rust-analyzer") {
123123
bail!(
124124
"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."
126127
);
127128
}
128129

0 commit comments

Comments
 (0)