mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Activate on top level Cargo.toml
and rust-project.json
files
This commit is contained in:
parent
3770f73bd6
commit
45e05abf7b
1 changed files with 2 additions and 0 deletions
|
@ -68,7 +68,9 @@
|
|||
"typescript": "^5.1.6"
|
||||
},
|
||||
"activationEvents": [
|
||||
"workspaceContains:Cargo.toml",
|
||||
"workspaceContains:*/Cargo.toml",
|
||||
"workspaceContains:rust-project.json",
|
||||
"workspaceContains:*/rust-project.json"
|
||||
],
|
||||
"main": "./out/main",
|
||||
|
|
Loading…
Reference in a new issue