aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-11-13 16:38:26 +0000
committerAleksey Kladov <[email protected]>2020-11-13 16:38:26 +0000
commit4dfda64b39cc47ac75280461f46e121958990fca (patch)
treed6baa54c962334f627d143837b52183cea829bff /editors/code/package.json
parentaeda30e301d74e40fc1eb992fad581afb627126f (diff)
Cleanup workspace loading a tiny bit
Diffstat (limited to 'editors/code/package.json')
-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,