{ "version": "0.2.0", "configurations": [ { "name": "Attach to Chrome", "type": "chrome", "request": "attach", "port": 9222, "webRoot": "${workspaceFolder}" }, { "name": "Execute Script on Current Tab", "type": "node", "request": "launch", "program": "${workspaceFolder}/run-script.js", "args": [ "${file}" ], "console": "integratedTerminal" } ] }