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
In my environment I have a vagrant box (virtualbox Ubuntu 12.04) and need to monitor changes that happens both on host and guest. The virtualbox shared folder implementation does not propagate the file change events from the host to the guest, so the default InotifyObserver will not work.
I have created a pull request #289 that implements this.
The text was updated successfully, but these errors were encountered:
In my environment I have a vagrant box (virtualbox Ubuntu 12.04) and need to monitor changes that happens both on host and guest. The virtualbox shared folder implementation does not propagate the file change events from the host to the guest, so the default InotifyObserver will not work.
I have created a pull request #289 that implements this.
The text was updated successfully, but these errors were encountered: