From: João Távora Date: Wed, 12 Jul 2023 09:11:34 +0000 (+0100) Subject: Eglot: fix advertisement of textDocument.codeAction.resolveSupport X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc1e7b9b8e681346e407c4dc32272a0bf4decd68;p=emacs.git Eglot: fix advertisement of textDocument.codeAction.resolveSupport See https://github.com/joaotavora/eglot/issues/1255. * lisp/progmodes/eglot.el (eglot-client-capabilities): Use correct format for textDocument.codeAction.resolveSupport. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 0c46e4a5290..8ac21638a5b 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -828,7 +828,8 @@ ACTION is an LSP object of either `CodeAction' or `Command' type." :documentHighlight `(:dynamicRegistration :json-false) :codeAction (list :dynamicRegistration :json-false - :resolveSupport t :dataSupport t + :resolveSupport `(:properties ["edit" "command"]) + :dataSupport t :codeActionLiteralSupport '(:codeActionKind (:valueSet