Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Per #697: Use project-files to know which directory watchers to skip
The directory-finding logic is probably a bit slower than using eglot--directories-recursively, but since it honours `.gitignores` and ignores more directories it's much faster overall. And guaranteed to create less watchers. Thanks to Dmitry Gutov <dgutov@yandex.ru> for the idea. * eglot.el (eglot--directories-recursively): Remove.
- Loading branch information