diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 10 |
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, |