Notify that latest version of VS Code is required

This commit is contained in:
bold 2019-12-24 20:04:42 +08:00
parent aa49b79bda
commit 2a09752137

View file

@ -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."
);
}