-
Notifications
You must be signed in to change notification settings - Fork 34.1k
Closed
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issues
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
Metadata
Metadata
Assignees
Labels
debugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issues