Closed andersjanmyr closed 1 year ago
Thank you for the bug fix! This is definitely something that needs to be fixed.
I think this change should be safe because of the throttling of events, but I'd like to do a bit of testing with vim, vs code, and GoLand to make sure it continues to work correctly with those editors.
The changes in this PR look great, so as long as this continues to work with those editors I think we should be able to merge this PR.
On OSX (12.6.2) using Neovim (NVIM v0.8.2) the triggering event varies between
fsnotify.Rename
andCreate
. This fix addsfsnotify.Rename
to the events triggering a new test run.Before
After