Variable: eglot--diagnostics
eglot--diagnostics is a buffer-local variable defined in eglot.el.gz.
Documentation
A list (DIAGNOSTICS VERSION RESULT-ID) for current buffer.
DIAGNOSTICS is a list of Flymake diagnostics objects. VERSION is the
LSP Document version reported for DIAGNOSTICS (comparable to
eglot--docver) or nil if server didn't bother. RESULT-ID is an
optional string identifying this diagnostic result for pull
diagnostics, used for incremental updates.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar-local eglot--diagnostics nil
"A list (DIAGNOSTICS VERSION RESULT-ID) for current buffer.
DIAGNOSTICS is a list of Flymake diagnostics objects. VERSION is the
LSP Document version reported for DIAGNOSTICS (comparable to
`eglot--docver') or nil if server didn't bother. RESULT-ID is an
optional string identifying this diagnostic result for pull
diagnostics, used for incremental updates.")