]> git.eshelyaron.com Git - emacs.git/commit
Eglot: report window/workDoneProgress capability to language server
authorJoão Távora <joaotavora@gmail.com>
Tue, 21 Mar 2023 09:56:30 +0000 (09:56 +0000)
committerJoão Távora <joaotavora@gmail.com>
Tue, 21 Mar 2023 14:43:11 +0000 (14:43 +0000)
commit47d8e4b0d3835f5e0b0b6ab76f242ef0aa25bda7
tree2ad85ae8e09718030f0f9ff1af6a366c91d6434b
parent4a7a0c9a9f521b04b23580901e9c0a662b504e32
Eglot: report window/workDoneProgress capability to language server

In bug#59149, LSP progress reporting was implemented, but Eglot's
'capabilities' statement to the server wasn't changed to include
window/workDoneProgress.

* lisp/progmodes/eglot.el (eglot-client-capabilities): Actually
report workDoneProgress.
lisp/progmodes/eglot.el