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
workbench: Fix crash when a monitored entry is removed
When a monitored file or directory is removed, we call the handler for
that event directly. However, this might lead to removing our own
monitoring entry, which means we must not reference it any further
after having called the handler.
Fixes#1430.
0 commit comments