Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support debouncing watch events #58

Open
F21 opened this issue Jan 4, 2019 · 0 comments · May be fixed by #65
Open

Support debouncing watch events #58

F21 opened this issue Jan 4, 2019 · 0 comments · May be fixed by #65

Comments

@F21
Copy link

F21 commented Jan 4, 2019

When I modify multiple files in one shot (such as using "save all" in an IDE), multiple events are fired and the command is executed for each event. It would be nice if there is the ability to debounce the events so that if multiple files are modified together, the command is only executed once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant