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.
This commit is contained in:
parent
04710bd01b
commit
bc1e7b9b8e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue