aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 7fdb5c27d..779d7e1b8 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -497,10 +497,7 @@
497 "default": true 497 "default": true
498 }, 498 },
499 "rust-analyzer.linkedProjects": { 499 "rust-analyzer.linkedProjects": {
500 "markdownDescription": [ 500 "markdownDescription": "Disable project auto-discovery in favor of explicitly specified set of projects. \nElements must be paths pointing to Cargo.toml, rust-project.json, or JSON objects in rust-project.json format",
501 "Disable project auto-discovery in favor of explicitly specified set of projects.",
502 "Elements must be paths pointing to Cargo.toml, rust-project.json, or JSON objects in rust-project.json format"
503 ],
504 "type": "array", 501 "type": "array",
505 "items": { 502 "items": {
506 "type": [ 503 "type": [