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 markdown link diagnostics not updated when directories are renamed / deleted #157956

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

mjbvz
Copy link
Collaborator

@mjbvz mjbvz commented Aug 11, 2022

Turns out that createFileSystemWatcher will not fire if a parent dir is renamed / deleted. See #60813

To fix this, I believe we have to create watchers for all parent directories too (or watch everything in the entire workspace)

…d/deleted

Turns our that `createFileSystemWatcher` will not fire if a parent dir is renamed / deleted. See microsoft#60813

To fix this, I believe we have to create watchers for all parent directories too (or watch everything in the entire workspace)
@mjbvz mjbvz added this to the August 2022 milestone Aug 11, 2022
@mjbvz mjbvz self-assigned this Aug 11, 2022
@mjbvz mjbvz enabled auto-merge (squash) August 11, 2022 22:28
@mjbvz mjbvz merged commit 720a61f into microsoft:main Aug 12, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Sep 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants