yoake/.vscode/launch-tpl.json

12 lines
233 B
JSON
Raw Normal View History

2022-11-20 12:05:14 -06:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Process",
"type": "go",
"request": "attach",
"mode": "local",
"processId": 0
}
]
}