dawsbot / RelativePath

VSCode Relative path plugin
https://marketplace.visualstudio.com/items?itemName=jakob101.RelativePath
MIT License
69 stars 22 forks source link

Unresponsive/Lagging Extension #58

Closed yuwei-liang closed 2 years ago

yuwei-liang commented 2 years ago

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

{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 16,
        "activateCallTime": 1,
        "activateResolvedTime": 0,
        "activationReason": {
            "startup": false,
            "extensionId": {
                "value": "jakob101.RelativePath",
                "_lower": "jakob101.relativepath"
            },
            "activationEvent": "onCommand:extension.relativePath"
        }
    },
    "runtimeErrors": [],
    "runningLocation": {
        "affinity": 0,
        "kind": 1
    }
}

It shows "Unresponsive" on the Running Extensions tab. And the editor get very laggy

dawsbot commented 2 years ago

Can you reduce the relativePath.searchCountLimit in your settings from 1,000 to something like 100 and report back? Feel free to re-open this if you still have the issue 🙏

Are you on the latest VSCode @yuwei-liang?