0

PHPStorm (9.0.2) is ignoring my .scss files once the file watcher was triggered. They appear to be invisible in the file structure, but still are there (if you look with another program).
There are no scopes or ignored files set up.

After clearing the cache and restarting, the files are visible again. But as soon as the File Watcher runs one, they are invisible again.

Does anyone have an idea where this come from and how to fix that?

Screenshot of File Watcher Settings

IKavanagh
  • 6,089
  • 11
  • 42
  • 47
mxp
  • 1

1 Answers1

1

Please remove the $FileName$: from 'Output paths to refresh' and then invalidate caches (File/Invalidate caches, restart) - this should solve your issue

lena
  • 90,154
  • 11
  • 145
  • 150