Skip to content

Commit

Permalink
Advertise WorkspaceSymbolClientCapabilities support (helix-editor#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis authored and thomasskk committed Sep 9, 2022
1 parent 2b2368c commit d1de735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helix-lsp/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,10 @@ impl Client {
}),
workspace_folders: Some(true),
apply_edit: Some(true),
symbol: Some(lsp::WorkspaceSymbolClientCapabilities {
dynamic_registration: Some(false),
..Default::default()
}),
..Default::default()
}),
text_document: Some(lsp::TextDocumentClientCapabilities {
Expand Down

0 comments on commit d1de735

Please sign in to comment.