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

Handle "too many changes" from parcel watcher #14544

Open
Tracked by #14545
tsmaeder opened this issue Nov 27, 2024 · 1 comment
Open
Tracked by #14545

Handle "too many changes" from parcel watcher #14544

tsmaeder opened this issue Nov 27, 2024 · 1 comment
Labels
file-watchers issues related to filesystem watchers - nsfw

Comments

@tsmaeder
Copy link
Contributor

Feature Description:

The Parcel file watcher we use reports an error when it runs into ERROR_NOTIFY_ENUM_DIR on Windows (see #14529). Currently, this stops us from watching changes in the workspace directory. We should at least make sure that we get subsequent changes, ideally we would react by refreshing the IDE state where necessary.

@tsmaeder
Copy link
Contributor Author

It seems when we have an error on a particular parcel watcher, it is logged into the console. Users are unlikely to see that message. If it occurs very rarely, I would be fine with a clear error message to the user asking to restart the IDE. But ideally, recoverable errors should be recovered.

@tsmaeder tsmaeder added the file-watchers issues related to filesystem watchers - nsfw label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
file-watchers issues related to filesystem watchers - nsfw
Projects
None yet
Development

No branches or pull requests

1 participant