From 2a097521372381c14008b7badff66c477e2ce186 Mon Sep 17 00:00:00 2001 From: bold Date: Tue, 24 Dec 2019 20:04:42 +0800 Subject: Notify that latest version of VS Code is required --- xtask/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/src') 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<()> { if !str::from_utf8(&output.stdout)?.contains("ra-lsp") { anyhow::bail!( "Could not install the Visual Studio Code extension. \ - Please make sure you have at least NodeJS 10.x installed and try again." + Please make sure you have at least NodeJS 10.x together with the latest version of VS Code installed and try again." ); } -- cgit v1.2.3