{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}" }, { "name": "Launch main.ts", "type": "node", "console": "integratedTerminal", "request": "launch", "program": "${workspaceFolder}/src/shrdlu/main.ts", "cwd": "${workspaceFolder}/src/shrdlu" }, { "name": "Launch Chrome 127.0.0.1", "type": "chrome", "request": "launch", "port": 9238, "webRoot": "${workspaceFolder}", "url": "http://127.0.0.1:63810/p/Shrdlrn/src/shrdlu/?_cmAuth\u003djzfbudbcfh" } ] }