2016-11-08 08:07:39 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"type": "node",
|
|
|
|
"request": "attach",
|
2018-11-02 09:48:15 +00:00
|
|
|
"name": "Attach",
|
|
|
|
"restart": true,
|
|
|
|
"timeout": 50000
|
2018-10-22 15:01:09 +00:00
|
|
|
}, {
|
|
|
|
"type": "node",
|
|
|
|
"request": "attach",
|
|
|
|
"name": "Attach by process ID",
|
2018-01-29 11:37:54 +00:00
|
|
|
"processId": "${command:PickProcess}"
|
2016-11-08 08:07:39 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|