vscode: JavaScript Debug Terminal When running npm test with jest it just hangs
Version: 1.56.0 (user setup) Commit: cfa2e218100323074ac1948c885448fdf4de2a7f Date: 2021-05-04T22:09:06.405Z Electron: 12.0.4 Chrome: 89.0.4389.114 Node.js: 14.16.0 V8: 8.9.255.24-electron.0 OS: Windows_NT x64 10.0.19041
Steps to Reproduce:
- create multiple spec files
- configure
package.json
test scripts to run"jest"
- Set a break point
- from the terminal run
npm test
I just rolled back to.
Version: 1.55.2 (system setup) Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d Date: 2021-04-13T09:35:57.887Z Electron: 11.3.0 Chrome: 87.0.4280.141 Node.js: 12.18.3 V8: 8.7.220.31-electron.0 OS: Windows_NT x64 10.0.19041
And everything works as expected after rolling back.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (7 by maintainers)
Ok, cool. You were probably hitting https://github.com/microsoft/vscode/issues/124060