Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make chokidar excludes list match the top-level excludes
See packages/pyright-internal/src/analyzer/service.ts#L585 for the associated array. The way pyright works is to eagerly watch everything using chokidar and then filter in the consumer, since the LS doesn't know which workspace we're in
- Loading branch information