firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
265 stars 124 forks source link

Extension issue #182

Closed cyclops24 closed 3 years ago

cyclops24 commented 3 years ago
{
    "messages": [],
    "activationTimes": {
        "codeLoadingTime": 237,
        "activateCallTime": 0,
        "activateResolvedTime": 23,
        "activationReason": {
            "startup": true,
            "extensionId": {
                "value": "firsttris.vscode-jest-runner",
                "_lower": "firsttris.vscode-jest-runner"
            },
            "activationEvent": "*"
        }
    },
    "runtimeErrors": []
}

Today when I try to run my test whole VSCode freezez. I can take this screenshot after a lot of try: Screenshot from 2021-06-03 13-27-41

uberspeck commented 3 years ago

I'm seeing the same issue. I was working on unit tests until an hour ago and suddenly Jest Runner stopped responding.

@cyclops24 FYI, downgrading to the previous version (0.4.34) seems to fix the issue if it's blocking for you.

firsttris commented 3 years ago

can you check if this still happens with 0.4.38?

uberspeck commented 3 years ago

@firsttris I looks like 0.4.38 fixes the issue 👍

cyclops24 commented 3 years ago

Thanks guys for your quick response and fix. Yeah, It's totally fixed now :wink: