{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "upload",
            "program": "${workspaceFolder}/bin/jchaosctl.js",
            "args": ["--server","localhost:8081","--upload","/usr/local/chaos/chaos-distrib/etc/localhost/chaosDashboard.json"]
        },
        {
            "type": "node",
            "request": "launch",
            "name": "mongo list node",
            "program": "${workspaceFolder}/bin/jchaosctl.js",
            "args": ["--server","localhost:8081","--upload","/usr/local/chaos/chaos-distrib/etc/localhost/chaosDashboard.json"]
        }
    ]
}