12 lines
267 B
JSON
12 lines
267 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch ClickedPoints",
|
|
"type": "firefox",
|
|
"request": "launch",
|
|
"reAttach": true,
|
|
"file": "${workspaceFolder}/ClickedPoints/ClickedPoints.html"
|
|
}
|
|
]
|
|
} |