You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into this same issue myself. On Windows, the directory is monitored using ReadDirectoryChangesW, which reports changes for the contents of the directory and all subdirectories. On Linux however, it uses inotify, which reports changes in the directory but not subdirectories. https://man7.org/linux/man-pages/man7/inotify.7.html.
Simplest fix here is at least to document it in the README so that users don't expect the same behavior across platforms.
No description provided.
The text was updated successfully, but these errors were encountered: