From 12f08d1b8d18eedfd5a008458b663b54b05e64c0 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 # Conflicts: # lsp-mode.el --- lsp-mode.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lsp-mode.el b/lsp-mode.el index 5f81502ec9b..28605e41d71 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -3775,9 +3775,7 @@ disappearing, unset all the variables related to it." (insertReplaceSupport . t) (deprecatedSupport . t) (resolveSupport - . ((properties . ["documentation" - "detail" - "additionalTextEdits" + . ((properties . ["additionalTextEdits" "command" "insertTextFormat" "insertTextMode"])))