diff options
author | Laurențiu Nicola <[email protected]> | 2021-06-14 15:44:26 +0100 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-06-14 15:44:29 +0100 |
commit | 6cbb18e570b89401e6e63fd89a719b87ab362ece (patch) | |
tree | 660aa93005035acbb699f8f1c8142b2cf02ec586 | |
parent | db910e1573cb88cce9c9bc4ca7e701468b17b82d (diff) |
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.
-rw-r--r-- | PRIVACY.md | 2 | ||||
-rw-r--r-- | editors/code/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PRIVACY.md b/PRIVACY.md index 27e39ca60..11ea040fb 100644 --- a/PRIVACY.md +++ b/PRIVACY.md | |||
@@ -6,7 +6,7 @@ The LSP server performs no network access in itself, but runs `cargo metadata` w | |||
6 | 6 | ||
7 | ## Visual Studio Code extension | 7 | ## Visual Studio Code extension |
8 | 8 | ||
9 | The Code extension connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks. | 9 | The Code extension automatically connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks. |
10 | 10 | ||
11 | ## Other editor plugins | 11 | ## Other editor plugins |
12 | 12 | ||
diff --git a/editors/code/package.json b/editors/code/package.json index 0f3ed48a0..1b85c39bd 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -313,7 +313,7 @@ | |||
313 | }, | 313 | }, |
314 | "rust-analyzer.updates.askBeforeDownload": { | 314 | "rust-analyzer.updates.askBeforeDownload": { |
315 | "type": "boolean", | 315 | "type": "boolean", |
316 | "default": true, | 316 | "default": false, |
317 | "description": "Whether to ask for permission before downloading any files from the Internet." | 317 | "description": "Whether to ask for permission before downloading any files from the Internet." |
318 | }, | 318 | }, |
319 | "rust-analyzer.server.path": { | 319 | "rust-analyzer.server.path": { |