You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: editors/code/package.json
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -303,24 +303,6 @@
303
303
"default": true,
304
304
"description": "Whether inlay hints font size should be smaller than editor's font size."
305
305
},
306
-
"rust-analyzer.updates.channel": {
307
-
"type": "string",
308
-
"enum": [
309
-
"stable",
310
-
"nightly"
311
-
],
312
-
"default": "stable",
313
-
"markdownEnumDescriptions": [
314
-
"`stable` updates are shipped weekly, they don't contain cutting-edge features from VSCode proposed APIs but have less bugs in general.",
315
-
"`nightly` updates are shipped daily (extension updates automatically by downloading artifacts directly from GitHub), they contain cutting-edge features and latest bug fixes. These releases help us get your feedback very quickly and speed up rust-analyzer development **drastically**."
316
-
],
317
-
"markdownDescription": "Choose `nightly` updates to get the latest features and bug fixes every day. While `stable` releases occur weekly and don't contain cutting-edge features from VSCode proposed APIs."
318
-
},
319
-
"rust-analyzer.updates.askBeforeDownload": {
320
-
"type": "boolean",
321
-
"default": false,
322
-
"description": "Whether to ask for permission before downloading any files from the Internet."
0 commit comments