cache-apt-pkgs-action/.vscode/launch.json
2025-10-04 22:17:11 -07:00

13 lines
199 B
JSON

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