smm_core/.vscode/launch.json

12 lines
238 B
JSON
Raw Normal View History

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