mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge #3151
3151: xtask: bump nodejs requirement r=matklad a=Veetaha Co-authored-by: Veetaha <gerzoh1@gmail.com>
This commit is contained in:
commit
9ba801befd
@ -127,7 +127,7 @@ fn install_client(ClientOpt::VsCode: ClientOpt) -> Result<()> {
|
|||||||
if !installed_extensions.contains("rust-analyzer") {
|
if !installed_extensions.contains("rust-analyzer") {
|
||||||
bail!(
|
bail!(
|
||||||
"Could not install the Visual Studio Code extension. \
|
"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…
x
Reference in New Issue
Block a user