Variable: eglot--pulled-diagnostics

eglot--pulled-diagnostics is a buffer-local variable defined in eglot.el.gz.

Documentation

A list (DIAGNOSTICS VERSION RESULT-ID) "pulled" for current buffer.

DIAGNOSTICS is a sequence of LSP or Flymake diagnostics objects. RESULT-ID identifies this diagnostic result as is used for incremental updates.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar-local eglot--pulled-diagnostics nil
  "A list (DIAGNOSTICS VERSION RESULT-ID) \"pulled\" for current buffer.
DIAGNOSTICS is a sequence of LSP or Flymake diagnostics objects.
RESULT-ID identifies this diagnostic result as is used for incremental
updates.")