Eglot: add support for :codeAction/resolve
authorJoão Távora <joaotavora@gmail.com>
Mon, 10 Jul 2023 23:09:08 +0000 (00:09 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 10 Jul 2023 23:09:20 +0000 (00:09 +0100)
commit3b7273f4ae3623962c5d5fdc922a62af1136f448
treefd21599999a41a823a730ab310c8cd8f1d26a813
parenta6e88dc72692a7a361cebdceb63851dc2427958d
Eglot: add support for :codeAction/resolve

See https://github.com/emacs-grammarly/eglot-grammarly/issues/7.

* lisp/progmodes/eglot.el (eglot--lsp-interface-alist): Augment
CodeAction type.
(eglot-execute): Consider :codeAction/resolve
(eglot-client-capabilities): Advertise
textDocument.codeAction.resolveSupport
lisp/progmodes/eglot.el