4230-hw-1/.vscode/launch.json
2022-06-20 00:11:32 -05:00

12 lines
267 B
JSON

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