vscode-jest-runner
vscode-jest-runner copied to clipboard
Debugger does not work in 1.88
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.
i want to switch debug mode to opening the integrated debug terminal and do the same thing as we do for run.
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 So, can it be solved? Or should I stay on VSCode 1.87?
Is it related to https://github.com/microsoft/vscode/issues/209785 ?
same here with jest runner v0.4.73 and vscode: 1.88.0 (Universal)
@SergioSuarezDev please update VS Code, your issue is already fixed.
I believe this can be closed as fixed in updated VS Code.