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
So, this comes from what seems to be a recently introduced bug (or feature) in my VSCode setup, but I think it makes sense to improve how we handle this in Hugo.
For file system changes, we normally do fine grained rebuilds, but skip CHMOD events.
But if number of events > 50 we assume a mass edit (e.g. change of Git branch), so we fall back to a full rebuild. We include CHMOD events in the count.
The fix to the above would be to filter out any CHMOD events before deciding what to do.
The text was updated successfully, but these errors were encountered:
So, this comes from what seems to be a recently introduced bug (or feature) in my VSCode setup, but I think it makes sense to improve how we handle this in Hugo.
The fix to the above would be to filter out any CHMOD events before deciding what to do.
The text was updated successfully, but these errors were encountered: