From 33748bbee8a6136f23d754f09352aaa8d8977dee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Tue, 8 Apr 2025 22:15:26 +0100 Subject: [PATCH] Eglot: announce support for diagnostic version checks (bug#77588) * lisp/progmodes/eglot.el (eglot-client-capabilities): Mention versionSupport. (cherry picked from commit 3e22c73fb612edb1879c83d24396dd8e7db40ffb) --- lisp/progmodes/eglot.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.5