{ "version": "0.2.0", "configurations": [ { "name": "Debug React in Chrome", "type": "pwa-chrome", "request": "launch", "url": "http://localhost:3000", "webRoot": "${workspaceFolder}/src/", "breakOnLoad": true } ] }