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

compile only the open file #443

Closed Tealk closed 3 years ago

Tealk commented 3 years ago

Hello,

is it possible that only the opened file is compiled?

I write character sheets in a fork of this repo and whenever I run the command liveSass.command.oneTimeCompileSass it wants to compile all files in the repo.

nexuz6 commented 3 years ago

Did you find a solution to this? I too want to only compile current open file or at least only sass files in current folder.

Tealk commented 3 years ago

have a look here https://github.com/glenn2223/vscode-live-sass-compiler

nexuz6 commented 3 years ago

Thanks! I found it. 🙏