mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 03:17:45 +03:00
Add LSP workspace command picker (#3140)
* Add workspace command picker * Make command typable * Add optional argument to lsp-workspace-command
This commit is contained in:
parent
3e84434c69
commit
dee5b2a983
5 changed files with 129 additions and 0 deletions
|
@ -298,6 +298,9 @@ impl Client {
|
|||
dynamic_registration: Some(false),
|
||||
..Default::default()
|
||||
}),
|
||||
execute_command: Some(lsp::DynamicRegistrationClientCapabilities {
|
||||
dynamic_registration: Some(false),
|
||||
}),
|
||||
..Default::default()
|
||||
}),
|
||||
text_document: Some(lsp::TextDocumentClientCapabilities {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue