aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-03-09 09:05:45 +0000
committerGitHub <[email protected]>2020-03-09 09:05:45 +0000
commitfcaab594518bb097e207e94453cfe11ef5413c39 (patch)
tree83a8d0f856feb789047a2af2b60d342d98084a81 /editors/code/package.json
parentbeb4f4954179998e317db33e47a48a9bb7374977 (diff)
parentce65cc949f9e183c7c166212b4f3d7d4abd102b0 (diff)
Merge #3514
3514: vscode: askBeforeDownload option r=matklad a=Veetaha This is a small step towards #3402, also implements my proposal stated in #3403 Also renamed `BinarySource` to `ArtifactSource` in anticipation of nightlies installation that requires downloading not a binary itself but `.vsix` package, thus generalized to `artifact` term. @matklad @lnicola Co-authored-by: Veetaha <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index fd44d2bd5..7a4a93e30 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -219,6 +219,11 @@
219 } 219 }
220 } 220 }
221 }, 221 },
222 "rust-analyzer.updates.askBeforeDownload": {
223 "type": "boolean",
224 "default": true,
225 "description": "Whether to ask for permission before downloading any files from the Internet"
226 },
222 "rust-analyzer.serverPath": { 227 "rust-analyzer.serverPath": {
223 "type": [ 228 "type": [
224 "null", 229 "null",