formulahendry / vscode-auto-close-tag

Auto Close Tag for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag
MIT License
179 stars 53 forks source link

Extension issue #209

Open mbrv1434 opened 2 years ago

mbrv1434 commented 2 years ago

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

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 1,
        "activateCallTime": 0,
        "activateResolvedTime": 9,
        "activationReason": {
            "startup": false,
            "extensionId": {
                "value": "formulahendry.auto-close-tag",
                "_lower": "formulahendry.auto-close-tag"
            },
            "activationEvent": "*"
        }
    },
    "runtimeErrors": [],
    "runningLocation": {
        "affinity": 0,
        "kind": 1
    }
}

Auto close tag is always taking a very long time to load and is unresponsive. Plus, sometimes when I am changing tags and I try to save when they are formatted incorrectly, the save doesn't go through and effectively crashes VSCode (not a hard crash, but frozen). This spins up a task called 'electron' that takes 100% of one of my CPUs, which I have to quit for the save to happen. This might but unrelated but I suspect it's not a coincidence.

mkandan commented 1 year ago

@mbrv1434 have you found an alternative extension?