zed/crates/fs/src
Ben Kunkle f511076cdb
fs: Fix unwatching causing os unwatch dispatch for recursively watched directories (#56796)
Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes https://github.com/zed-industries/zed/issues/55746

Release Notes:

- Fixed an issue where file system events or language server events that
resulted in Zed unwatching many paths would result in high CPU usage
2026-05-14 21:41:37 +00:00
..
fake_git_repo.rs git_ui: Add force delete for worktrees (#56519) 2026-05-12 19:17:49 +00:00
fs.rs git: Improve handling of unsafe repositories (#43693) 2026-04-24 17:14:24 +00:00
fs_watcher.rs fs: Fix unwatching causing os unwatch dispatch for recursively watched directories (#56796) 2026-05-14 21:41:37 +00:00