{ "version": "0.2.0", "configurations": [ { "name": "Attach to Node (Docker)", "type": "node", "request": "attach", "address": "localhost", "port": 9229, "localRoot": "${workspaceFolder}", "remoteRoot": "/app", "restart": true, "timeout": 10000 } ] }