mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +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"
|
||||
},
|
||||
"activationEvents": [
|
||||
"workspaceContains:Cargo.toml",
|
||||
"workspaceContains:*/Cargo.toml",
|
||||
"workspaceContains:rust-project.json",
|
||||
"workspaceContains:*/rust-project.json"
|
||||
],
|
||||
"main": "./out/main",
|
||||
|
Loading…
x
Reference in New Issue
Block a user