You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging can be initiated from the vscode debug panel using the vscode-jest launch configuration and can also be initiated from the inline markup in the test files but the extension's own navigation panel fails to initiate debugging with the error "item orta.vscode-jest: [project] is not debuggable". This error did not occur on this project when the extension was first installed.
Environment
vscode-jest version: 6.0.1
node -v: 18.17.1
npm -v or yarn --version: 9.6.7
npm ls jest or npm ls react-scripts (if you haven’t ejected): 29.6.2
your vscode-jest settings if customized:
jest.jestCommandLine? [fill]
jest.autoRun? [fill]
anything else that you think might be relevant? [fill]
Operating system: Windows 11
Prerequisite
are you able to run jest test from the command line? [fill]
how do you run your tests from the command line? (for example: npm run test or node_modules/.bin/jest) [fill]
Steps to Reproduce
[fill]
Relevant Debug Info
[fill]
Expected Behavior
[fill]
Actual Behavior
[fill]
The fastest (and the most fun) way to resolve the issue is to submit a pull-request yourself. If you are interested, feel free to check out the contribution guide, we look forward to seeing your PR...