]> git.eshelyaron.com Git - emacs.git/commit
Support workspace/configuration
authorJoão Távora <joaotavora@gmail.com>
Sat, 26 Oct 2019 21:51:57 +0000 (22:51 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sat, 26 Oct 2019 21:51:57 +0000 (22:51 +0100)
commit4f6e4dc7a162ef2808de55cedc349843feda3d59
treecf9a3dbb5014e25305f5b8b7326b900b4abc07cf
parent615bd6ce378880ff3cb4bc7f2fc370495ab31017
Support workspace/configuration

This helps users configure servers such as Gopls, which doesn't
support didChangeConfiguration signals.

* README.md (Per-project server configuration): New section.

* eglot.el (eglot-workspace-configuration): Fix docstring.
(eglot-signal-didChangeConfiguration): Rename a variable.
(eglot-handle-request workspace/configuration): New request
handler.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/326
lisp/progmodes/eglot.el