Variable: eglot--pushed-diagnostics
eglot--pushed-diagnostics is a buffer-local variable defined in
eglot.el.gz.
Documentation
A list (DIAGNOSTICS VERSION) "pushed" for current buffer.
DIAGNOSTICS is a sequence of LSP or Flymake diagnostics objects.
VERSION is the LSP Document version reported for DIAGNOSTICS (comparable
to eglot--docver) or nil if server didn't bother.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar-local eglot--pushed-diagnostics nil
"A list (DIAGNOSTICS VERSION) \"pushed\" for current buffer.
DIAGNOSTICS is a sequence of LSP or Flymake diagnostics objects.
VERSION is the LSP Document version reported for DIAGNOSTICS (comparable
to `eglot--docver') or nil if server didn't bother.")