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