zed/crates/snippet_provider
Richard Feldman 1eddd2f38d
Fix file descriptors leak in evals (#18351)
Fixes an issue where evals were hitting "too many open files" errors
because we were adding (and detaching) new directory watches for each
project. Now we add those watches globally/at the worktree level, and we
store the tasks so they stop watching on drop.

Release Notes:

- N/A

---------

Co-authored-by: Max <max@zed.dev>
Co-authored-by: Piotr <piotr@zed.dev>
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
2024-09-25 15:21:00 -04:00
..
src Fix file descriptors leak in evals (#18351) 2024-09-25 15:21:00 -04:00
Cargo.toml Fix file descriptors leak in evals (#18351) 2024-09-25 15:21:00 -04:00
LICENSE-GPL