mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-22 02:59:15 +00:00
13 lines
199 B
JSON
13 lines
199 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Package",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "auto",
|
|
"program": "${fileDirname}"
|
|
}
|
|
]
|
|
}
|