aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-03-09 08:59:36 +0000
committerVeetaha <[email protected]>2020-03-09 08:59:36 +0000
commitce65cc949f9e183c7c166212b4f3d7d4abd102b0 (patch)
tree1002ffdcfc2f9c51da1544fec8031600854289a2 /editors/code/package.json
parentde99fa71992b0d86e245b14a946b8c4914c1be6c (diff)
vscode: groupd updates-related config under `updates` section as per @matklad
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 430a61c64..6827c822b 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -219,7 +219,7 @@
219 } 219 }
220 } 220 }
221 }, 221 },
222 "rust-analyzer.askBeforeDownload": { 222 "rust-analyzer.updates.askBeforeDownload": {
223 "type": "boolean", 223 "type": "boolean",
224 "default": true, 224 "default": true,
225 "description": "Whether to ask for permission before downloading any files from the Internet" 225 "description": "Whether to ask for permission before downloading any files from the Internet"