vagrant-notify-forwarder
vagrant-notify-forwarder copied to clipboard
Using an editor, like Atom, with this plugin generates many notifications to Vagrant VM
Do you have any recommendations on how to better control the notifications being sent to the Vagrant VM when using an editor like Atom (or, I imagine, Sublime)? It seems like by virtue of having a folder open in Atom a constant stream of events are being sent from the host (in this case macOS) to a simple shared folder on Vagrant, even if the file is not opened (i.e. opened in a tab) or no interaction has occurred with it (e.g. saving the file).
Would it be possible to provide this plugin with an enumerated set of "only send these events"? Or is that not possible?
Thanks!
Experiencing the same issue with IntelliJ IDEA.
This is not true for Atom, on my end
This is because notify-forwarder registers attribute changes events also.