-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature: Auto refresh after adding items if no directory watcher is available #13068
Conversation
I feel like I need a recap of the available watchers :)
|
Here is my perception. Should MTP and WSL use RefreshIfNoWatcherExists?
|
I looked into WSL. I see that WatchForDirectoryChanges is applied to WSL but it doesn't seem to work. Other watchers don't seem to work with WSL as well. |
Added support for WSL and MTP.
|
@hishitetsu @gave92 is this ready for review? |
Yes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This doesn't solve the problem of occasional non-refresh on SMB servers, but solves the problem of always non-refresh on locations that don't support directory watchers, such as FTP servers, WSL folders, MTP devices, and archives.
Resolved / Related Issues
Related to Bug: SMB / MTP / some network folders won't refresh after changes #5869
Validation
How did you test these changes?