Code: automatically update the LSP server

Most LSP extensions seem to do the same thing, and this is causing some
confusion for users who don't notice the update prompt before Code hides
it.
This commit is contained in:
Laurențiu Nicola 2021-06-14 17:44:26 +03:00
parent db910e1573
commit 6cbb18e570
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ The LSP server performs no network access in itself, but runs `cargo metadata` w
## Visual Studio Code extension
The Code extension connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks.
The Code extension automatically connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks.
## Other editor plugins

View file

@ -313,7 +313,7 @@
},
"rust-analyzer.updates.askBeforeDownload": {
"type": "boolean",
"default": true,
"default": false,
"description": "Whether to ask for permission before downloading any files from the Internet."
},
"rust-analyzer.server.path": {