salix/.vscode/launch.json

11 lines
232 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 by Process ID",
"processId": "${command:PickProcess}"
2016-11-08 08:07:39 +00:00
}
]
}