diff options
Diffstat (limited to 'editors/code/package.json')
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b9c57db3b..859ab4477 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -487,10 +487,7 @@ | |||
487 | "default": true | 487 | "default": true |
488 | }, | 488 | }, |
489 | "rust-analyzer.linkedProjects": { | 489 | "rust-analyzer.linkedProjects": { |
490 | "markdownDescription": [ | 490 | "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", |
491 | "Disable project auto-discovery in favor of explicitly specified set of projects.", | ||
492 | "Elements must be paths pointing to Cargo.toml, rust-project.json, or JSON objects in rust-project.json format" | ||
493 | ], | ||
494 | "type": "array", | 491 | "type": "array", |
495 | "items": { | 492 | "items": { |
496 | "type": [ | 493 | "type": [ |