From: João Távora Date: Tue, 8 Apr 2025 21:15:26 +0000 (+0100) Subject: Eglot: announce support for diagnostic version checks (bug#77588) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33748bbee8a6136f23d754f09352aaa8d8977dee;p=emacs.git Eglot: announce support for diagnostic version checks (bug#77588) * lisp/progmodes/eglot.el (eglot-client-capabilities): Mention versionSupport. (cherry picked from commit 3e22c73fb612edb1879c83d24396dd8e7db40ffb) --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 6965c386e8d..2c5535a207f 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1078,6 +1078,7 @@ object." :callHierarchy `(:dynamicRegistration :json-false) :typeHierarchy `(:dynamicRegistration :json-false) :publishDiagnostics (list :relatedInformation :json-false + :versionSupport t ;; TODO: We can support :codeDescription after ;; adding an appropriate UI to ;; Flymake.