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

Conflicts with PHPStorm 2020.1.1

Open svandragt opened this issue 4 years ago • 4 comments

image

With this plugin enabled, I'm seeing File Cache Conflicts whenever I save a file within ~3 seconds of another save. (quick fixes and the like). After removing/adding the plugin the issue disappears/returns.

Not sure why, and if there are any configuration variables I should try? I assume all other JetBrains products are similarly affected.

This is taken from the idea.log - healthcheck.php is the file i'm editing:

2020-06-03 14:58:12,273 [ 506764]   INFO - mpl.MemoryDiskConflictResolver - reload healthcheck.php from disk? 
2020-06-03 14:58:12,273 [ 506764]   INFO - mpl.MemoryDiskConflictResolver -   documentStamp:676 
2020-06-03 14:58:12,273 [ 506764]   INFO - mpl.MemoryDiskConflictResolver -   oldFileStamp:653

svandragt avatar Jun 03 '20 14:06 svandragt

I have the same issue

image

vincentmi avatar Aug 04 '20 07:08 vincentmi

This was caused by my projects webpack configuration running from within the guest VM getting notified by this plug-in. I switched webpack to a polling method and removed this plug-in as a workaround.

svandragt avatar Aug 04 '20 10:08 svandragt

I am using polling method in PHP and Workman . This action spend too much CPU time . This make my MAC crash. so I try to use inotify and got this issue .

vincentmi avatar Aug 04 '20 10:08 vincentmi

Got the same issue with PHPStorm 2020.2.3.

olitooni avatar Nov 09 '20 12:11 olitooni