ryu1kn / vscode-partial-diff

Visual Studio Code Extension. Take a diff of 2 parts of text(s)
https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff
MIT License
184 stars 15 forks source link

Extension issue #48

Closed BannerBomb closed 3 years ago

BannerBomb commented 4 years ago

Extension is showing as unresponsive for me.

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 5182,
        "activateCallTime": 7,
        "activateResolvedTime": 1098,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "ryu1kn.partial-diff",
                "_lower": "ryu1kn.partial-diff"
            },
            "activationEvent": "*"
        }
    },
    "runtimeErrors": []
}
ryu1kn commented 4 years ago

Hi @BannerBomb , can you provide the steps to reproduce this so that I can have a look at this? Does this happen whenever you just start Code? Happens when you open a particular folder/workspace? etc. Thanks!

BannerBomb commented 4 years ago

it happens when I open vsc. Then vsc notifies me of extensions causing performance issues, I go to my running extensions list and this extension has a Performance issue label. The activation time was about 5 seconds for this extension for me.

ryu1kn commented 4 years ago

Thanks for the additional info!

tjx666 commented 4 years ago

screenshot_2020-07-24_00-31-21

BannerBomb commented 4 years ago

Yes just like the above image, except mine was for Startup Activation at the time. Mine is fixed ever since I bought a gaming laptop though.

ryu1kn commented 3 years ago

Consolidating to https://github.com/ryu1kn/vscode-partial-diff/issues/46