chore(launch): add notice configuration
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions

This commit is contained in:
Jan De Dobbeleer 2024-08-21 07:34:32 +00:00
parent a0dffad62d
commit 7e5717bc2a

10
.vscode/launch.json vendored
View file

@ -145,6 +145,16 @@
"git"
]
},
{
"name": "Notice",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}/src",
"args": [
"notice"
]
},
{
"name": "Upgrade",
"type": "go",