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

Open Lokeshthakur1 opened 3 years ago

Lokeshthakur1 commented 3 years ago

:warning: We have written the needed data into your clipboard. Please paste! :warning:

Lokeshthakur1 commented 3 years ago
{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 24329,
        "activateCallTime": 1,
        "activateResolvedTime": 2,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "ritwickdey.live-sass",
                "_lower": "ritwickdey.live-sass"
            },
            "activationEvent": "workspaceContainsTimeout:**/*.s[ac]ss"
        }
    },
    "runtimeErrors": []
}
glenn2223 commented 3 years ago

May I suggest switching to my version. Its maintained and is using more recent versions of autoprefixer and sass.

You can see it at https://marketplace.visualstudio.com/items?itemName=glenn2223.live-sass

You can also try v5 (which has dropped the Live Server dependency) by downloading https://github.com/glenn2223/vscode-live-sass-compiler/blob/v5/live-sass-5.0.0-alpha.1.vsix and dragging it into the Extensions tab of VS Code