19 lines
429 B
JSON
19 lines
429 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Attach",
|
||
|
"type": "node",
|
||
|
"request": "attach",
|
||
|
"port": 5858,
|
||
|
"address": "localhost",
|
||
|
"restart": true,
|
||
|
"sourceMaps": false,
|
||
|
"outDir": null,
|
||
|
"localRoot": "${workspaceRoot}",
|
||
|
"remoteRoot": "/app",
|
||
|
"timeout": 10000
|
||
|
}
|
||
|
]
|
||
|
}
|