{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:7778", "webRoot": "${workspaceRoot}" //, // "runtimeExecutable": "C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe" }, { "type": "chrome", "request": "attach", "name": "Attach to Chrome", "port": 7778, "webRoot": "${workspaceRoot}" } ] }