17 lines
394 B
JSON
17 lines
394 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "node",
|
||
|
"request": "attach",
|
||
|
"name": "Attach",
|
||
|
"restart": true,
|
||
|
"timeout": 50000
|
||
|
}, {
|
||
|
"type": "node",
|
||
|
"request": "attach",
|
||
|
"name": "Attach by process ID",
|
||
|
"processId": "${command:PickProcess}"
|
||
|
}
|
||
|
]
|
||
|
}
|