aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorVincent Isambart <[email protected]>2020-06-07 04:07:00 +0100
committerVincent Isambart <[email protected]>2020-06-07 04:07:00 +0100
commit3162b9ed8f70701a1534acc47f8d0ea0ba8e3b2d (patch)
tree5c9afc15f83bdd33dc244abca8f2a2e34cca6f50 /editors/code
parentdc340f12a39e7cd8b495b84c009052c4d441d867 (diff)
Fix VSCode settings
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 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": [