feat: allow clients to feature detect symbol filtering

This commit is contained in:
Aleksey Kladov 2021-05-19 13:28:58 +03:00
parent 49a5d6a8d4
commit 1fd31f7f4c
2 changed files with 17 additions and 12 deletions

View file

@ -122,6 +122,7 @@ pub fn server_capabilities(client_caps: &ClientCapabilities) -> ServerCapabiliti
"runnables": {
"kinds": [ "cargo" ],
},
"workspaceSymbolScopeKindFiltering": true,
})),
}
}