Add ff launch config

This commit is contained in:
John 2022-06-20 00:11:32 -05:00
parent 096c7956db
commit a360ca4816

12
.vscode/launch.json vendored Normal file
View File

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