smm_tg/.vscode/launch.json

11 lines
233 B
JSON
Raw Normal View History

2024-11-11 19:32:06 +00:00
{
"configurations": [
{
"name": "Launch smm-tg",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/smm_tg"
}
]
}