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 169 forks source link

Live SASS compiler crashes - Extension host terminated unexpectedly #197

Open bagseye opened 5 years ago

bagseye commented 5 years ago

When attempting to run Live Sass Compiler the following error appears:

Extension host terminated unexpectedly

NOTE: This only happens on one project. Runs fine on a separate project

I did have the color highlighter extension installed, this has now been removed based on previous issues.

Console details from the most recent error

dev-console

TheBigfella commented 5 years ago

Have encountered the same issue today. Likely related to issues #53 #112 and #193 although some of those included other extensions.

I have found that a blank styles.scss file in C:\Temp fires the error, but a blank styles.scss file in C:\Downloads doesn't cause the error to fire. Similarly C:\Users\username\Documents\project\styles.scss doesn't cause an issue.