vagrant-notify-forwarder icon indicating copy to clipboard operation
vagrant-notify-forwarder copied to clipboard

Using an editor, like Atom, with this plugin generates many notifications to Vagrant VM

Open swquinn opened this issue 8 years ago • 3 comments

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!

swquinn avatar Jan 27 '17 15:01 swquinn

Experiencing the same issue with IntelliJ IDEA.

smottt avatar Feb 03 '17 09:02 smottt

This is not true for Atom, on my end

Zeneixe avatar Jun 28 '17 14:06 Zeneixe

This is because notify-forwarder registers attribute changes events also.

zolo2hin avatar Oct 25 '18 08:10 zolo2hin