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 #480

Closed Ajay-056 closed 3 years ago

Ajay-056 commented 3 years ago
{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 9576,
        "activateCallTime": 0,
        "activateResolvedTime": 0,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "ritwickdey.live-sass",
                "_lower": "ritwickdey.live-sass"
            },
            "activationEvent": "workspaceContainsTimeout:**/*.s[ac]ss"
        }
    },
    "runtimeErrors": []
}
reizaoxaro commented 3 years ago

try switching to the other version of this extension, issue #479

Ajay-056 commented 3 years ago

Sure Thanks