Skip to content

Commit 3162b9e

Browse files
Fix VSCode settings
1 parent dc340f1 commit 3162b9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

editors/code/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,10 +487,7 @@
487487
"default": true
488488
},
489489
"rust-analyzer.linkedProjects": {
490-
"markdownDescription": [
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-
],
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",
494491
"type": "array",
495492
"items": {
496493
"type": [

0 commit comments

Comments
 (0)