aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-11-13 16:54:31 +0000
committerGitHub <[email protected]>2020-11-13 16:54:31 +0000
commitd1ea9d12fa95d8f8915b44b7a993591fd528d2ba (patch)
treefbfd11e4dbe85cc58c7c195b41a0cb82df43383f /editors
parent700e5e58b6ae51e7a1fd88b9f8da1bcef5d9ac49 (diff)
parentb1377363dffa042de5d0b3bd753753a97e488c70 (diff)
Merge #6545
6545: Simplify project model r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 3768679fe..220d44abc 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -283,6 +283,11 @@
283 "default": null, 283 "default": null,
284 "description": "Specify the compilation target" 284 "description": "Specify the compilation target"
285 }, 285 },
286 "rust-analyzer.noSysroot": {
287 "markdownDescription": "Internal config for debugging, disables loading of sysroot crates",
288 "type": "boolean",
289 "default": false
290 },
286 "rust-analyzer.rustfmt.extraArgs": { 291 "rust-analyzer.rustfmt.extraArgs": {
287 "type": "array", 292 "type": "array",
288 "items": { 293 "items": {
@@ -605,11 +610,6 @@
605 }, 610 },
606 "default": null 611 "default": null
607 }, 612 },
608 "rust-analyzer.withSysroot": {
609 "markdownDescription": "Internal config for debugging, disables loading of sysroot crates",
610 "type": "boolean",
611 "default": true
612 },
613 "rust-analyzer.diagnostics.enable": { 613 "rust-analyzer.diagnostics.enable": {
614 "type": "boolean", 614 "type": "boolean",
615 "default": true, 615 "default": true,