Skip to content

Commit c59ffac

Browse files
Merge #4780
4780: Fix VSCode settings r=SomeoneToIgnore a=vincentisambart closes #4779 #4779 was reproducing every time, so doing a bisect I found out the problem to be coming from #4730. The only change to the extension that #4730 included was changes to editors/code/package.json. So I tried modifying those changes a bit and got it working. Co-authored-by: Vincent Isambart <vincent.isambart@gmail.com>
2 parents dc340f1 + 3162b9e commit c59ffac

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)