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

27 lines
648 B
JSON

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