16 lines
334 B
JSON
16 lines
334 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
} |