{ "version": "0.2.0", "configurations": [ { "name": "Attach to dev server", "type": "node", "request": "attach", "protocol": "inspector", "address": "localhost", "port": 9229 } ] }