pop-camarades/.vscode/launch.json
2025-03-29 12:44:17 +01:00

12 lines
180 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceRoot}",
}
]
}