-
Notifications
You must be signed in to change notification settings - Fork 294
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
[BUG] Cannot debug on VSCode 1.88 #1136
Comments
Similar (or same) problem here, |
I also encountered this problem on 1.88 and had to downgrade to 1.87.2 as @webhype mentioned to get debugging back for my typescript apps. Edit: |
The underlying issue (microsoft/vscode#209785) is closed, and the fix has been released in vscode 1.88.1. @lamuertepeluda, @webhype, @KyleLehtinenDev, could you guys update the vscode to verify if that resolved your issue? |
I updated to 1.88.1 and I am now able to use the debugger again! Thanks |
thanks @lamuertepeluda. closing this issue as resolved. |
Describe the bug
Debugging tests seem not to work anymore in VSCode 1.88, macOS 14.4.1 M2 Pro Chipset
Perhaps related to microsoft/vscode#209785
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Debugger stops at test breakpoints
I
Prerequisite
Additional context
See VSCode issue, see also firsttris/vscode-jest-runner#362 (similar extension, same problem)
The fastest (and the most fun) way to resolve the issue is to submit a pull request yourself. If you are interested, please check out the contribution guide, we look forward to seeing your PR...
The text was updated successfully, but these errors were encountered: