-
Notifications
You must be signed in to change notification settings - Fork 855
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
Unable to watch directory changes via \\wsl$\
redirector
#4581
Comments
.NET filewatcher accepts this path but never returns anything
|
\\wsl$\
redirector\\wsl$\
redirector
This is related to #4064 (#4224, #4169 et al). #4064 issue has a coveted bug tag, but won't dupe you because I am pretty sure Code watches from the other side not Windows (can't swear to that). If you look at the Thanks for the excellent submission. |
This one is crucial, when I use for example Jetbrains PHPStorm, that caches directory structure. And I update something in WSL2 (dependencies or git checkout). The PHPStorm relies on file notify to trigger cache invalidation. |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
It seems that
FindFirstChangeNotification
doesn't workThe text was updated successfully, but these errors were encountered: