vscode-jest-runner icon indicating copy to clipboard operation
vscode-jest-runner copied to clipboard

Debugger does not work in 1.88

Open roadhump opened this issue 1 year ago • 7 comments

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.

roadhump avatar Apr 05 '24 17:04 roadhump

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

firsttris avatar Apr 06 '24 15:04 firsttris

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.

firsttris avatar Apr 07 '24 06:04 firsttris

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

roadhump avatar Apr 08 '24 08:04 roadhump

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

lamuertepeluda avatar Apr 08 '24 10:04 lamuertepeluda

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

SergioSuarezGil avatar Apr 08 '24 15:04 SergioSuarezGil

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

connor4312 avatar Apr 16 '24 16:04 connor4312

I believe this can be closed as fixed in updated VS Code.

melutovich avatar Feb 01 '25 20:02 melutovich