smm_core/.vscode/launch.json

12 lines
230 B
JSON
Raw Normal View History

2024-11-09 11:18:51 +00:00
{
"configurations": [
{
2024-11-18 13:29:45 +00:00
"name": "Launch",
2024-11-09 11:18:51 +00:00
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/smm_core"
},
]
}