setup debugger

This commit is contained in:
dpurbosakti
2025-08-11 11:05:42 +07:00
parent ee9b4a9035
commit 0843fca961
2 changed files with 19 additions and 1 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ config.yml
# Editor/IDE
# .idea/
# .vscode/
.vscode/
+18
View File
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Launch Package main API",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/main-api"
},
// {
// "name": "Launch Package excel migrator",
// "type": "go",
// "request": "launch",
// "mode": "auto",
// "program": "${workspaceFolder}/cmd/excelmigrator"
// }
]
}