{
    // 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": "imdb-dev",
            "type": "chrome",
            "request": "launch",
            "url": "http://localhost:8080/demos/imdb/index.html",
            "runtimeArgs": [
                "--allow-file-access-from-files",
                "--allow-file-access",
                "--allow-cross-origin-auth-prompt",
                "--disable-web-security"
            ],
            "webRoot": "${workspaceRoot}"
        }
    ]
}