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. --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/package.json') 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