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
feat: Enable updates to all files, not just recently modified
The plugin was assuming that only files with recent updates would need
their serialized queries updated. However, sometimes files that didn't
previously match a query would match a query after an update. This
update also corrects the logic around the recently updated files, so
that files are only tracked against the last time the update ran, not
against their mtime. Files that haven't been modified in a while
might still end up having updates due to a file now matching the
query.
0 commit comments