{ "version": "0.2.0", "configurations": [ { "name": "Launch browser against localhost", "type": "chrome", "request": "launch", "url": "https://localhost:3000", "webRoot": "${workspaceFolder}/src", "sourceMaps": true, "trace": true } ] }