{ "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" } ] }