Variable: eglot-watch-files-outside-project-root
eglot-watch-files-outside-project-root is a variable defined in
eglot.el.gz.
Value
t
Documentation
If non-nil, allow watching files outside project root
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
;;; File watchers (aka didChangeWatchedFiles)
;;;
(defvar eglot-watch-files-outside-project-root t
"If non-nil, allow watching files outside project root")