mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Fix VSCode settings
This commit is contained in:
parent
dc340f12a3
commit
3162b9ed8f
1 changed files with 1 additions and 4 deletions
|
@ -487,10 +487,7 @@
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
"rust-analyzer.linkedProjects": {
|
"rust-analyzer.linkedProjects": {
|
||||||
"markdownDescription": [
|
"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",
|
||||||
"Disable project auto-discovery in favor of explicitly specified set of projects.",
|
|
||||||
"Elements must be paths pointing to Cargo.toml, rust-project.json, or JSON objects in rust-project.json format"
|
|
||||||
],
|
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
"type": [
|
"type": [
|
||||||
|
|
Loading…
Reference in a new issue