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

debug doesn't work on WSL2 (Windows 10, version 10.0.19044 build 19044) #294

Open talayellet opened 1 year ago

talayellet commented 1 year ago

Hi,

I'm using your (fantastic!) jest Runner extention (0.4.60) for VS Code & I can no longer run an individual test or test suite (ar at all) in debug mode. What I get is that the test remains in running stage forever, & never gets to the breakpoint I added or ends. Any chance you could fix that in the near future? It used to work perfectly till a couple of months ago.

Thank you sooo much!