mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-05-06 00:54:15 +00:00
Allow rust-project.json to be hidden
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user