This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Start the task first running npm start or CMD+Shift+B (run build task) | |
// To disable React auto-launch in the default browser, I added "BROWSER=none" into the npm start script. | |
// Then run the debug session with F5. It will launch Chrome and breakpoints will work | |
// launch.json | |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Launch Chrome", |