I have got the same issue as the guy in this post: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206447829-File-watchers-issues-and-LESS
@Andriy Bazanov suggests to "hard code what file to compile". My question is, how do you do that?
This is what my settings currently looks like:
I would like it to always compile the root file upon detecting a change in the custom scope I specified. The root file it should compile is located at C:\Users\...\react-designer\less\style.less
.
Currently, it seems to only recompile the file that is being changed, but I am not completely sure about this being the case.