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 file watchers for includes #4172

Merged
merged 2 commits into from
Nov 21, 2024
Merged

Conversation

gcampbell-msft
Copy link
Collaborator

Fixes #3963.

We weren't updating file watchers on the fly, we were only updating them on initialization. This ensures that when includes are added and updated, or renamed, we handle these cases.

@gcampbell-msft
Copy link
Collaborator Author

@paulmaybee Ping for review 👍

@gcampbell-msft gcampbell-msft merged commit 0b8ebcf into main Nov 21, 2024
4 checks passed
@gcampbell-msft gcampbell-msft deleted the dev/gcampbell/WatchersForIncludes branch November 21, 2024 20:17
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 this pull request may close these issues.

Presets are not reloaded when an included file is changed until reloading the whole project
2 participants