aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PRIVACY.md2
-rw-r--r--editors/code/package.json2
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
9The Code extension connects to GitHub to download updated LSP binaries and, if the nightly channel is selected, to perform update checks. 9The 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": {