Constant File Cache Conflict notice
I'm using a Sass watcher from the command line to compile .scss files into .css on save. Though I've been doing this for a couple of weeks PHPStorm 7 has all of a sudden started popping up a "File Cache Conflict" dialog every time Sass compiles the stylesheet file. I would understand this happening if the compiled/changed file was open in PHPStorm, but it's not.
How do I get PHPStorm to stop giving me this annoying notice?
请先登录再写评论。
Hello!
do you have EditorConfig plugin installed? It usually causes the problems like yours: https://github.com/editorconfig/editorconfig-jetbrains/issues/19 .
That was the problem. Thank you. Looks like the EditorConfig plugin has been fixed in the last couple days and is just awaiting approval.