zignd / HTML-CSS-Class-Completion

:chocolate_bar: Visual Studio Code extension that provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace
https://marketplace.visualstudio.com/items?itemName=Zignd.html-css-class-completion
MIT License
253 stars 83 forks source link

Performance issue, preventing other extensions from running #276

Closed cyfrost closed 3 years ago

cyfrost commented 3 years ago
{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 633,
        "activateCallTime": 3,
        "activateResolvedTime": 129917,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "Zignd.html-css-class-completion",
                "_lower": "zignd.html-css-class-completion"
            },
            "activationEvent": "*"
        }
    },
    "runtimeErrors": []
}
flyingduck92 commented 3 years ago

I had the same issue after an update

zignd commented 3 years ago

Already reported here: https://github.com/zignd/HTML-CSS-Class-Completion/issues/155