From c04b561e7e7d031d7e1be9307fb8d539765768ff Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 26 Jan 2021 16:03:24 +0300 Subject: Remove the need to manually sync config in package.json --- editors/code/package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'editors/code') diff --git a/editors/code/package.json b/editors/code/package.json index 2225cf1dd..ee54638f1 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -349,6 +349,7 @@ "default": {}, "markdownDescription": "Optional settings passed to the debug engine. Example: `{ \"lldb\": { \"terminal\":\"external\"} }`" }, + "$generated-start": false, "rust-analyzer.assist.importMergeBehavior": { "markdownDescription": "The strategy to use when inserting new imports or merging imports.", "default": "full", @@ -390,7 +391,7 @@ "type": "boolean" }, "rust-analyzer.cargo.allFeatures": { - "markdownDescription": "Activate all available features.", + "markdownDescription": "Activate all available features (`--all-features`).", "default": false, "type": "boolean" }, @@ -431,7 +432,7 @@ "type": "boolean" }, "rust-analyzer.checkOnSave.allFeatures": { - "markdownDescription": "Check with all features (will be passed as `--all-features`). Defaults to `#rust-analyzer.cargo.allFeatures#`.", + "markdownDescription": "Check with all features (`--all-features`). Defaults to `#rust-analyzer.cargo.allFeatures#`.", "default": null, "type": [ "null", @@ -439,7 +440,7 @@ ] }, "rust-analyzer.checkOnSave.allTargets": { - "markdownDescription": "Check all targets and tests (will be passed as `--all-targets`).", + "markdownDescription": "Check all targets and tests (`--all-targets`).", "default": true, "type": "boolean" }, @@ -650,7 +651,7 @@ } }, "rust-analyzer.lruCapacity": { - "markdownDescription": "Number of syntax trees rust-analyzer keeps in memory. Defaults to 128.", + "markdownDescription": "Number of syntax trees rust-analyzer keeps in memory. Defaults to 128.", "default": null, "type": [ "null", @@ -718,7 +719,8 @@ "items": { "type": "string" } - } + }, + "$generated-end": false } }, "problemPatterns": [ -- cgit v1.2.3