4230-hw-1/.vscode/launch.json
2022-07-28 06:12:55 -05:00

41 lines
1.0 KiB
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"
},
{
"name": "RotatingCube",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/RotatingCube/RotatingCube.html"
},
{
"name": "BivariateFunction",
"type": "firefox",
"request": "launch",
"reAttach": true,
"file": "${workspaceFolder}/BivariateFunction/BivariateFunction.html"
}
]
}