diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/eglot.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index e057b12e0ee..94f718c865d 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -737,6 +737,10 @@ treated as in `eglot--dbind'." t :json-false) :deprecatedSupport t + :resolveSupport (:properties + ["documentation" + "details" + "additionalTextEdits"]) :tagSupport (:valueSet [1])) :contextSupport t) :hover (list :dynamicRegistration :json-false |