{
    "version": "0.2.0",
    "configurations": [
        {
            "name": "gallery",
            "type": "chrome",
            "request": "launch",
            "url": "file:///${workspaceRoot}/gallery.html",
            "runtimeArgs": [
                "--allow-file-access-from-files",
                "--disable-web-security"
            ],
            "webRoot": "${workspaceRoot}"
        },
        {
            "name": "galleryItem",
            "type": "chrome",
            "request": "launch",
            "url": "file:///${workspaceRoot}/galleryItem.html?./samples/geospatial/Leaflet/Draw.js",
            "runtimeArgs": [
                "--allow-file-access-from-files",
                "--disable-web-security"
            ],
            "webRoot": "${workspaceRoot}"
        },
        {
            "name": "playground",
            "type": "chrome",
            "request": "launch",
            "url": "file:///${workspaceRoot}/playground.html?./samples/graph/Different Nodes.js",
            "runtimeArgs": [
                "--allow-file-access-from-files",
                "--disable-web-security"
            ],
            "webRoot": "${workspaceRoot}"
        },
        {
            "name": "test",
            "type": "chrome",
            "request": "launch",
            "url": "file:///${workspaceRoot}/test.html",
            "runtimeArgs": [
                "--allow-file-access-from-files",
                "--disable-web-security"
            ],
            "webRoot": "${workspaceRoot}"
        },
        {
            "name": "test-single",
            "type": "chrome",
            "request": "launch",
            "url": "file:///${workspaceRoot}/test.html?./samples/geospatial/leaflet/Cluster Icons.js",
            "runtimeArgs": [
                "--allow-file-access-from-files",
                "--disable-web-security"
            ],
            "webRoot": "${workspaceRoot}"
        }
    ]
}