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

Debugger does not work in 1.88 #362

Open roadhump opened 4 months ago

roadhump commented 4 months ago

When run debug in VSCode 1.88, debug bar appears, but debugger does not stop. In terminal command is the same as simple run, like node_modules/.bin/jest /Users/blabla/Projects/tests/__tests__/check.test . I suspect it is connected with new Shell integration feature and probably it may be solved through config, but I was not able to find proper combination.

firsttris commented 4 months ago

i want to switch debug mode to opening the integrated debug terminal and do the same thing as we do for run.

firsttris commented 4 months ago

from my research there is no other way to just open the debug terminal (like you can do it from the vscode ui) with the API.

the only way is the one we currently have implemented.

roadhump commented 4 months ago

@firsttris So, can it be solved? Or should I stay on VSCode 1.87?

lamuertepeluda commented 4 months ago

Is it related to https://github.com/microsoft/vscode/issues/209785 ?

SergioSuarezDev commented 4 months ago

same here with jest runner v0.4.73 and vscode: 1.88.0 (Universal)

connor4312 commented 4 months ago

@SergioSuarezDev please update VS Code, your issue is already fixed.