{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "chromium: tabber", "url": "http://localhost:9000", "webRoot": "${workspaceFolder}/src", "breakOnLoad": true, "sourceMapPathOverrides": { "webpack:///src/*": "${webRoot}/*" }, "runtimeArgs": [ "--auto-open-devtools-for-tabs" ], "preLaunchTask": "serve", "postDebugTask": "terminate all tasks" } ] }