diff options
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 4201c6a6a..9cefad925 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs | |||
@@ -226,7 +226,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> { | |||
226 | if !str::from_utf8(&output.stdout)?.contains("ra-lsp") { | 226 | if !str::from_utf8(&output.stdout)?.contains("ra-lsp") { |
227 | anyhow::bail!( | 227 | anyhow::bail!( |
228 | "Could not install the Visual Studio Code extension. \ | 228 | "Could not install the Visual Studio Code extension. \ |
229 | Please make sure you have at least NodeJS 10.x installed and try again." | 229 | Please make sure you have at least NodeJS 10.x together with the latest version of VS Code installed and try again." |
230 | ); | 230 | ); |
231 | } | 231 | } |
232 | 232 | ||