{
    // Use IntelliSense to learn about possible Node.js debug attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "Dermatology",
            "type": "chrome",
            "request": "launch",
            "urlFilter": "*dermatology*www*index.html*",
            "runtimeArgs": [
                "--allow-file-access-from-files",
                "file:///${workspaceRoot}/../../demos/dermatology/www/index.html?src/other/CalendarHeatMap"
            ],
            "trace": true,
            "sourceMapPathOverrides": {
                "../*": "${workspaceRoot}/*"
            }
        },
        {
            "name": "Chrome Debug",
            "type": "chrome",
            "request": "launch",
            "url": "file:///C:/Users/gordon/git/hpcc-js/tests/test-other/test.html",
            "trace": true,
            "webRoot": "${workspaceRoot}",
            "sourceMapPathOverrides": {
                "webpack:///C:/Users/gordon/git/hpcc-js/packages/other/*": "${workspaceRoot}/*"
            }
        }
    ]
}