File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ To disable this notification put the following to `settings.json`
53
53
54
54
[source,json]
55
55
----
56
- { "rust-analyzer.askBeforeDownload": false }
56
+ { "rust-analyzer.updates. askBeforeDownload": false }
57
57
----
58
58
====
59
59
Original file line number Diff line number Diff line change 219
219
}
220
220
}
221
221
},
222
- "rust-analyzer.askBeforeDownload" : {
222
+ "rust-analyzer.updates. askBeforeDownload" : {
223
223
"type" : " boolean" ,
224
224
"default" : true ,
225
225
"description" : " Whether to ask for permission before downloading any files from the Internet"
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ export class Config {
134
134
file : prebuiltBinaryName ,
135
135
storage : this . ctx . globalState ,
136
136
tag : Config . extensionVersion ,
137
- askBeforeDownload : this . cfg . get ( "askBeforeDownload" ) as boolean ,
137
+ askBeforeDownload : this . cfg . get ( "updates. askBeforeDownload" ) as boolean ,
138
138
repo : {
139
139
name : "rust-analyzer" ,
140
140
owner : "rust-analyzer" ,
You can’t perform that action at this time.
0 commit comments