chore(debug): add .vscode launch.json configuration for debugging

This commit is contained in:
Guz
2025-01-28 17:15:48 -03:00
parent 00bcc79b15
commit 80e8f89624
2 changed files with 14 additions and 1 deletions

13
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/main.go",
"args": ["-dev", "-port", "8080"]
}
]
}

2
x

Submodule x updated: 4b8d650793...e1c607c909