blob: 5dfb672ed2acf5d3955175e2a7502ecd24cd9435 [file] [log] [blame]
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Chrome against debug.html, with sourcemaps",
"type": "chrome",
"request": "launch",
"file": "${workspaceRoot}/target/javascript/bin/js-debug/index.html",
"sourceMaps": true,
"preLaunchTask": "mvn"
},
{
"name": "Launch Firefox against debug.html, with sourcemaps",
"type": "firefox",
"request": "launch",
"file": "${workspaceRoot}/target/javascript/bin/js-debug/index.html",
"sourceMaps": true,
"preLaunchTask": "mvn"
}
]
}