salix/.vscode/launch.json

15 lines
335 B
JSON
Raw Normal View History

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