Files
codeg/src-tauri/src
xintaofei 273a8cd7ff fix(macos): detect untracked file deletion via Finder as remove event
Finder moves files to Trash (rename) instead of deleting them, which
may be reported as `Modify(Name)` rather than `Remove` by the file
watcher. This caused untracked files to lose their red color without
being removed from the tree. Fix by checking disk existence in the
event batch emitter and promoting the kind to "remove" when a changed
path no longer exists.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 22:11:18 +08:00
..
2026-03-07 17:55:06 +08:00
2026-03-29 21:43:48 +08:00
2026-03-07 18:04:36 +08:00
2026-03-21 16:29:36 +08:00