Closed
Description
- VSCode Version: 1.19
- OS Version: Windows 10
Steps to Reproduce:
- Setup a launch configuration as described here: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#debugging-tests-in-visual-studio-code
- Fire the debugger with F5 or play on the debugging panel
- The debugger doesn't start the
test
scripts and eventually fires a timeout - Rollback to version 1.18
- Follow steps 1-2
- The debugger starts the
test
scripts and properly attaches to the debugger
Note: the changelog for 1.19 mentions new additions on the debugging experience: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#debugging-tests-in-visual-studio-code
I'll post the same issue on Create React App since it seems to be tightly related:
facebook/create-react-app#3602
Reproduces without extensions: Yes