From b4eabdd95736ca34c7a32f9d13848f7132b57650 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 12 Nov 2024 01:11:39 +0100 Subject: [PATCH] Make LSP completions resolve capabilities more spec-compliant --- lsp-mode.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lsp-mode.el b/lsp-mode.el index f81851577f9..8b4c34d0e9e 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -3768,9 +3768,7 @@ disappearing, unset all the variables related to it." (insertReplaceSupport . t) (deprecatedSupport . t) (resolveSupport - . ((properties . ["documentation" - "detail" - "additionalTextEdits" + . ((properties . ["additionalTextEdits" "command"]))) (insertTextModeSupport . ((valueSet . [1 2]))))) (contextSupport . t)