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

Extension issue #435

Open nohadeeb opened 3 years ago

nohadeeb commented 3 years ago

sass takes too long to watch and compile and the process doesn't end

glenn2223 commented 3 years ago

This extension is actually not being maintained anymore.

May I suggest you switch over to my current implementation. It's now got over 2k installs and I've not had a single one of these issues raised yet, plus it's using a more recent version of sass and autoprefixer (plus with some extra features on top!)

After uninstalling Ritwick's extension. You can find it at glenn2223.live-sass in the marketplace

kyleminto commented 3 years ago

This extension is actually not being maintained anymore.

May I suggest you switch over to my current implementation. It's now got over 2k installs and I've not had a single one of these issues raised yet, plus it's using a more recent version of sass and autoprefixer (plus with some extra features on top!)

After uninstalling Ritwick's extension. You can find it at glenn2223.live-sass in the marketplace

Awesome, thanks for this! I really didn't want to switch to another plugin / application as all my configs are in place.