You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
The preferred way to track deleted files is via FileSystem change events
Because it's closely tied to the ProjectManager tree-updating code it will actually not fire in some cases where a file was deleted
It's called twice whenever a file is deleted via the project tree UI (once when the UI updates itself synchronously, and again when ProjectManager's FS change listener sees the actual change on disk)