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

watch only file being updated #448

Open fabylv opened 3 years ago

fabylv commented 3 years ago

how can i watch only the file i'm working on? right now, it watches ALL the scss files

glenn2223 commented 3 years ago

Hi @fabylv

I can only think of 2 scenarios here, as I don't know which applies I will answer both

  1. You are working on a partial and it then, upon save, compiles all of your CSS files
    • I'm afraid that this is at the core of its design. I have an open issue on my updated, and still maintained, version of this extension (also available on the VS Code marketplace here)
  2. You only want one file to be watched and processed
    • You must change some settings to watch only that file