ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
657 stars 168 forks source link

Feature Request #520

Closed ionurboz closed 3 years ago

ionurboz commented 3 years ago

Exclude path & file self completely

The above features are very useful. But when we make changes to a file, it still continues to compile it.

Only when we press the "Watch Sass" button, it does not compile automatically, but as I said above, if the file changes, it compiles.

This could be a BUG. If it's not some kind of BUG, a feature may come as I mentioned and the excluded paths and files won't compile even if there is a change as well.

glenn2223 commented 3 years ago

It sounds like you have a partial file in an excluded path and, when you save it, it compiles all the included files - is that right?

If so, you can try my fork of this extension. It checks the saved file isn't excluded before compiling the necessary files.


This extension is no longer maintained - see #486, this will show you that I have a fork that I'm actively maintaining.

After reading it, please close this issue so my own can stay top of the list. Thanks

ionurboz commented 3 years ago

I tested your repo. It met what I wanted to convey. Thanks.