yoake/.vscode/launch-tpl.json

12 lines
No EOL
233 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Process",
"type": "go",
"request": "attach",
"mode": "local",
"processId": 0
}
]
}