mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
18 lines
353 B
JSON
18 lines
353 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "attach",
|
|
"name": "Attach to Docker",
|
|
"port": 9229,
|
|
"address": "localhost",
|
|
"restart": true,
|
|
"sourceMaps": true,
|
|
"localRoot": "${workspaceFolder}",
|
|
"remoteRoot": "/usr/src/app",
|
|
"protocol": "inspector"
|
|
}
|
|
]
|
|
}
|