pop-camarades/.vscode/launch.json
2024-12-20 19:58:37 +01:00

12 lines
180 B
JSON

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