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 :) 

 

 

0

Could you share a screenshot showing your file watcher settings?

0

Hi, 

yes of course but I think there is another problem bc. it happens also with PHP files 

greetings

 

 

0

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?

0

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

$FileName$:$FileParentDir$/CSS/$FileNameWithoutExtension$.css

Output Path to refresh

$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map

Working Directory 

/Volumes/TCCData/easyfloor/ONLINE/ROOT PHP STORM ALL INKL/files/tcc/TCC_SCSS

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. 

0

Please make sure that your Output Path to refresh corresponds to what's written in Arguments:

$FileParentDir$/CSS/$FileNameWithoutExtension$.css:$FileParentDir$/CSS/$FileNameWithoutExtension$.css.map

Otherwise 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.

0

请先登录再写评论。