{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Client", "url": "http://localhost:3000", "webRoot": "${workspaceRoot}", "sourceMapPathOverrides": { "webpack:///*": "${webRoot}/*" } }, { "type": "node", "request": "launch", "name": "Server", "program": "${workspaceRoot}/src/server/bin/www" } ], "compounds": [ { "name": "Full-stack", "configurations": ["Server", "Client"] } ] }