diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-05-19 13:31:44 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-19 13:31:44 +0100 |
commit | f4afffc7e9fbcfe4981ee3d89206e37940b27008 (patch) | |
tree | fcf270cae3b3e8148c8e4d29bbbe20a60846b310 /crates | |
parent | dc0f2c20f2f87466174f51216fe10e2b49f376ab (diff) | |
parent | 1fd31f7f4cf6c65a407cb36b16a86c814c5783c3 (diff) |
Merge #8877
8877: feat: allow clients to feature detect symbol filtering r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/src/caps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/rust-analyzer/src/caps.rs b/crates/rust-analyzer/src/caps.rs index 3c87782f2..b2317618a 100644 --- a/crates/rust-analyzer/src/caps.rs +++ b/crates/rust-analyzer/src/caps.rs | |||
@@ -122,6 +122,7 @@ pub fn server_capabilities(client_caps: &ClientCapabilities) -> ServerCapabiliti | |||
122 | "runnables": { | 122 | "runnables": { |
123 | "kinds": [ "cargo" ], | 123 | "kinds": [ "cargo" ], |
124 | }, | 124 | }, |
125 | "workspaceSymbolScopeKindFiltering": true, | ||
125 | })), | 126 | })), |
126 | } | 127 | } |
127 | } | 128 | } |