From dee5b2a983f6a334753be48730868e8dd651b505 Mon Sep 17 00:00:00 2001 From: Matthias Deiml Date: Wed, 9 Nov 2022 10:17:09 +0100 Subject: Add LSP workspace command picker (#3140) * Add workspace command picker * Make command typable * Add optional argument to lsp-workspace-command--- helix-lsp/src/client.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helix-lsp') diff --git a/helix-lsp/src/client.rs b/helix-lsp/src/client.rs index 81b7d8ad..50c4b87f 100644 --- a/helix-lsp/src/client.rs +++ b/helix-lsp/src/client.rs @@ -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 { -- cgit v1.2.3-70-g09d2