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

fix(watcher): do not ignore any updates #1078

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Commits on Jul 3, 2024

  1. fix(watcher): do not ignore any updates

    Now the watcher handlers is debounced and throttled, the ignore list
    is no longer necessary.
    
    This avoids an issue where we sometimes trigger the handler too early
    (as other files are still changing). Now the debounce and throttle logic
    and take into account every single file change.
    lewis6991 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2318bad View commit details
    Browse the repository at this point in the history