17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Docker: Attach to Node",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 9229,
|
|
"address": "localhost",
|
|
"localRoot": "${workspaceFolder}",
|
|
"remoteRoot": "/usr/src/app",
|
|
"restart": true,
|
|
"preLaunchTask": "docker-compose-up"
|
|
}
|
|
]
|
|
}
|