Add ff launch config
This commit is contained in:
parent
096c7956db
commit
a360ca4816
12
.vscode/launch.json
vendored
Normal file
12
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch ClickedPoints",
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"reAttach": true,
|
||||
"file": "${workspaceFolder}/ClickedPoints/ClickedPoints.html"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user