mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Activate on top level Cargo.toml
and rust-project.json
files
This commit is contained in:
parent
3770f73bd6
commit
45e05abf7b
@ -68,7 +68,9 @@
|
|||||||
"typescript": "^5.1.6"
|
"typescript": "^5.1.6"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
|
"workspaceContains:Cargo.toml",
|
||||||
"workspaceContains:*/Cargo.toml",
|
"workspaceContains:*/Cargo.toml",
|
||||||
|
"workspaceContains:rust-project.json",
|
||||||
"workspaceContains:*/rust-project.json"
|
"workspaceContains:*/rust-project.json"
|
||||||
],
|
],
|
||||||
"main": "./out/main",
|
"main": "./out/main",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user