vagrant-fsnotify
vagrant-fsnotify copied to clipboard
Mac OS Ventura/Debian/VMWare File Changes Not Detected
Thank you for continuing to support this plugin, and apologies for my limited understanding of how this works, but I'm unable to get it working with Mac OS Ventura (13.4) and a Debian instance using VMWare. The config is:
config.vm.synced_folder settings['mount']['www'], "/var/www", type: "nfs", nfs_udp: false, :mount_options => [], fsnotify: true
It says it is watching, and the performance of nestjs seems significantly slower, but no changes are detected. Do you have any suggestions on what I might look at? I've tried the override_guestpath: "/Users/dqj/www", where the folder is mounted.