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
Switching git branches should cause the file watcher to see the changes but not act upon them for +-0.4s seconds or so.
Perhaps always add a change delay of +-0.4s which makes it wait until there are no changes for that duration and then trigger each of the changed parts once instead of "for-every-change". This should auto-include the git branch change issue.
The text was updated successfully, but these errors were encountered:
Switching git branches should cause the file watcher to see the changes but not act upon them for +-0.4s seconds or so.
Perhaps always add a change delay of +-0.4s which makes it wait until there are no changes for that duration and then trigger each of the changed parts once instead of "for-every-change". This should auto-include the git branch change issue.
The text was updated successfully, but these errors were encountered: