-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: Some file watching related vfs fixes #16913
Conversation
Huh, it works for me 😛. |
Inbefore their file watcher works differently well between linux and windows |
Okay so VSCode just does not send a |
And no, this does not work for me whatsoever. Running |
WDYM?
|
I don't get any such events from vscode :) |
Sounds like file watching is completely broken on Windows? |
Looks like it, tried it on my linux machine quickly and there touching does sent an event. Though I am surprised no one seems to have reported this so far |
209a01a
to
8370b81
Compare
Huh, switching over to using relative patterns makes it work! That's weird. |
8370b81
to
ea144bc
Compare
ea144bc
to
fe28e47
Compare
@bors r+ |
☀️ Test successful - checks-actions |
Fixes #15554, additionally it seems that client side file watching was broken on windows this entire time, this PR switches
DidChangeWatchedFilesRegistrationOptions
to use relative glob patterns which do work on windows in VSCode.