zed/crates/worktree
Jiby Jose 7f5cf583dc
Fix worktree entry IDs for symlinked files (#57846)
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 #55792

Release Notes:

- Fixed files in pnpm workspaces moving to symlinked `node_modules`
paths after saving.

---------

Co-authored-by: Kirill Bulatov <kirill@zed.dev>
2026-07-08 16:37:02 +00:00
..
src Fix worktree entry IDs for symlinked files (#57846) 2026-07-08 16:37:02 +00:00
tests/integration Fix worktree entry IDs for symlinked files (#57846) 2026-07-08 16:37:02 +00:00
Cargo.toml Fix the filtering of index.lock + COMMIT_MESSAGE FS events to work in linked worktrees (#57763) 2026-05-27 00:04:30 +00:00
LICENSE-GPL