From 4dfda64b39cc47ac75280461f46e121958990fca Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 13 Nov 2020 17:38:26 +0100 Subject: Cleanup workspace loading a tiny bit --- editors/code/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'editors/code/package.json') 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 @@ "default": null, "description": "Specify the compilation target" }, + "rust-analyzer.noSysroot": { + "markdownDescription": "Internal config for debugging, disables loading of sysroot crates", + "type": "boolean", + "default": false + }, "rust-analyzer.rustfmt.extraArgs": { "type": "array", "items": { @@ -605,11 +610,6 @@ }, "default": null }, - "rust-analyzer.withSysroot": { - "markdownDescription": "Internal config for debugging, disables loading of sysroot crates", - "type": "boolean", - "default": true - }, "rust-analyzer.diagnostics.enable": { "type": "boolean", "default": true, -- cgit v1.2.3