-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugger does not work in 1.88 #362
Comments
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 microsoft/vscode#209785 ? |
same here with jest runner v0.4.73 |
@SergioSuarezDev please update VS Code, your issue is already fixed. |
When run debug in VSCode 1.88, debug bar appears, but
debugger
does not stop. In terminal command is the same as simple run, likenode_modules/.bin/jest /Users/blabla/Projects/tests/__tests__/check.test
. I suspect it is connected with newShell integration
feature and probably it may be solved through config, but I was not able to find proper combination.The text was updated successfully, but these errors were encountered: