mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
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:
parent
db910e1573
commit
6cbb18e570
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue