mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-03-07 08:22:58 +00:00
15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
// keep-sorted start
|
|
"name": "Launch Package",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "auto",
|
|
"program": "${fileDirname}"
|
|
// keep-sorted end
|
|
}
|
|
]
|
|
}
|