Skip to content

Commit 930b70c

Browse files
committed
Readability
1 parent 4b2880b commit 930b70c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xtask/src/install.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ 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. 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."
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. \
126+
Note that installing via xtask install does not work for VS Code Remote, instead you’ll need to install the .vsix manually."
125127
);
126128
}
127129

0 commit comments

Comments
 (0)