{ "version": "0.2.0", "configurations": [ { "name": "Chrome", "type": "chrome", "request": "launch", "url": "http://localhost:3000", "webRoot": "${workspaceRoot}/src" }, { "name": "Yarn Dev Server", "type": "node", "request": "launch", "runtimeExecutable": "yarn", "runtimeArgs": ["dev"] } ] }