{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Server",
            "program": "${workspaceRoot}/node_modules/gulp/bin/gulp.js",
            "args": ["test-server"],
            "outputCapture": "std"
        },
        {
            "type": "chrome",
            "request": "attach",
            "name": "Client (Chrome)",
            "address": "localhost",
            "port": 9333,
            "pathMapping": {
                "/": "${workspaceRoot}/",
                "/base/": "${workspaceRoot}/"
            }
        }
    ]
}
