mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
feat: allow clients to feature detect symbol filtering
This commit is contained in:
parent
49a5d6a8d4
commit
1fd31f7f4c
2 changed files with 17 additions and 12 deletions
|
@ -122,6 +122,7 @@ pub fn server_capabilities(client_caps: &ClientCapabilities) -> ServerCapabiliti
|
|||
"runnables": {
|
||||
"kinds": [ "cargo" ],
|
||||
},
|
||||
"workspaceSymbolScopeKindFiltering": true,
|
||||
})),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue