From 6cbb18e570b89401e6e63fd89a719b87ab362ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Mon, 14 Jun 2021 17:44:26 +0300 Subject: 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. --- PRIVACY.md | 2 +- 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 ## 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 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 @@ }, "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": { -- cgit v1.2.3