salix/.vscode/launch.json

17 lines
394 B
JSON
Raw Normal View History

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