aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/main.rs
diff options
context:
space:
mode:
authorbold <[email protected]>2019-12-24 12:04:42 +0000
committerbold <[email protected]>2019-12-24 12:04:42 +0000
commit2a097521372381c14008b7badff66c477e2ce186 (patch)
tree5d478ff70c3d23dbd099191995cbb15e1ef118e5 /xtask/src/main.rs
parentaa49b79bda5b7cafbaa33c302a9974133d34c52b (diff)
Notify that latest version of VS Code is required
Diffstat (limited to 'xtask/src/main.rs')
-rw-r--r--xtask/src/main.rs2
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