Variable: projectile--watch-skipped-projects
projectile--watch-skipped-projects is a variable defined in
projectile.el.
Value
#s(hash-table test equal)
Documentation
Set of project roots already reported as too big (or unable) to watch.
Used to emit the projectile-watch-directory-limit message only once
per project and session.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--watch-skipped-projects (make-hash-table :test 'equal)
"Set of project roots already reported as too big (or unable) to watch.
Used to emit the `projectile-watch-directory-limit' message only once
per project and session.")