mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
xtask: bump nodejs requirement while we can!
This commit is contained in:
parent
ab42174653
commit
c9d83bcacc
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
|
|||
if !installed_extensions.contains("rust-analyzer") {
|
||||
bail!(
|
||||
"Could not install the Visual Studio Code extension. \
|
||||
Please make sure you have at least NodeJS 10.x together with the latest version of VS Code installed and try again."
|
||||
Please make sure you have at least NodeJS 12.x together with the latest version of VS Code installed and try again."
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue