4230-hw-1/.vscode/launch.json

12 lines
267 B
JSON
Raw Normal View History

2022-06-20 05:11:32 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch ClickedPoints",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/ClickedPoints/ClickedPoints.html"
}
]
}