Variable: eglot-report-progress

eglot-report-progress is a customizable variable defined in eglot.el.gz.

Value

t

Documentation

If non-nil, show progress of long running LSP server work

This variable was added, or its default value changed, in Emacs 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defcustom eglot-report-progress t
  "If non-nil, show progress of long running LSP server work"
  :type 'boolean
  :version "29.1")