mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-01 20:31:59 +00:00
Allow rust-project.json to be hidden
This commit is contained in:
parent
b23142209e
commit
2426649661
3 changed files with 14 additions and 2 deletions
|
|
@ -71,7 +71,9 @@
|
|||
"workspaceContains:Cargo.toml",
|
||||
"workspaceContains:*/Cargo.toml",
|
||||
"workspaceContains:rust-project.json",
|
||||
"workspaceContains:*/rust-project.json"
|
||||
"workspaceContains:*/rust-project.json",
|
||||
"workspaceContains:.rust-project.json",
|
||||
"workspaceContains:*/.rust-project.json"
|
||||
],
|
||||
"main": "./out/main",
|
||||
"contributes": {
|
||||
|
|
@ -3211,6 +3213,10 @@
|
|||
{
|
||||
"fileMatch": "rust-project.json",
|
||||
"url": "https://json.schemastore.org/rust-project.json"
|
||||
},
|
||||
{
|
||||
"fileMatch": ".rust-project.json",
|
||||
"url": "https://json.schemastore.org/rust-project.json"
|
||||
}
|
||||
],
|
||||
"walkthroughs": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue