Permanent File Cache Conflict With enabled File Watcher
Hi,
i will lose my mind soon id I don't find a solution for this :(
With an enabled file watcher i get endless File Cache Conflicts
MacOs Tahoe
Synology (I tried also stopping indexing, stopping drive server)
Now I get this on the newest version and older ones of phpstorm. Do you have any ideas? i often lost my work bc if you type the cmd+s and the next key / enter RELOADS EVERYTHING FROM DISK!!!!
I hope we find a solution here - i really like phpstorm :)


请先登录再写评论。
Could you share a screenshot showing your file watcher settings?
Hi,
yes of course but I think there is another problem bc. it happens also with PHP files
greetings
Most likely it happens because the output paths to refresh aren't aligned with the arguments.
Could you please show the whole contents of each field?
Hi
It's getting worse an worse and the error occors in projects without file Watchers. I already tried the newst update without any improvements in this case.
Arguments
Output Path to refresh
Working Directory
Is there a way to disable everthing that checks file changes? This is a Pain in the ass and I don't want to move all projects to the local hard drive.
Please make sure that your Output Path to refresh corresponds to what's written in Arguments:
$FileParentDir$/CSS/$FileNameWithoutExtension$.css:$FileParentDir$/CSS/$FileNameWithoutExtension$.css.mapOtherwise the IDE can't properly refresh the VFS once the generation completes and the cache conflict occurs.
Please refer to New Watcher Dialog | PhpStorm Documentation for more info.