diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-11-12 19:39:51 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-11-12 19:39:51 +0000 |
commit | 9beec7c26330f359d773ff472a59f59396e1b5c3 (patch) | |
tree | 78d29d916e43903a1cfd6ffc13060994163f0021 /xtask | |
parent | ddccaecb79246f0c2bffb0ef9614939ee9a25835 (diff) | |
parent | 3d559afc11b230d52b13c5540706b85a7eeb3490 (diff) |
Merge #6538
6538: Upgrade version of npms lockfile r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/src/install.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/install.rs b/xtask/src/install.rs index 78a8af797..41f3e3da1 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs | |||
@@ -143,7 +143,7 @@ fn install_client(client_opt: ClientOpt) -> Result<()> { | |||
143 | if !installed_extensions.contains("rust-analyzer") { | 143 | if !installed_extensions.contains("rust-analyzer") { |
144 | bail!( | 144 | bail!( |
145 | "Could not install the Visual Studio Code extension. \ | 145 | "Could not install the Visual Studio Code extension. \ |
146 | Please make sure you have at least NodeJS 12.x together with the latest version of VS Code installed and try again. \ | 146 | Please make sure you have at least NodeJS 15.x together with the latest version of VS Code installed and try again. \ |
147 | Note that installing via xtask install does not work for VS Code Remote, instead you’ll need to install the .vsix manually." | 147 | Note that installing via xtask install does not work for VS Code Remote, instead you’ll need to install the .vsix manually." |
148 | ); | 148 | ); |
149 | } | 149 | } |