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
660 stars 168 forks source link

Icon Watch my Sass don't appear #489

Closed Sabine74 closed 3 years ago

Sabine74 commented 3 years ago

Issue Type: Feature Request

the extension live sass compiler don't appear on the navbar bottom "Watch my Sass" . I don't understand why? Can you help me please

Extension version: 3.0.0 VS Code version: Code 1.55.1 (08a217c4d27a02a5bcde898fd7981bda5b49391b, 2021-04-07T15:06:02.360Z) OS version: Windows_NT x64 10.0.19042

glenn2223 commented 3 years ago

The two most common issues are:

  1. the extension is causing a high CPU load and isn't loading the extension when it should, or
  2. you don't have a SASS file in your workspace (a file with a .sass or .scss extension) - it will not activate based on .css files

However, please note this extension is no longer maintained! Please see this issue => #486

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