From 7e5717bc2a6c4a176b2fe6b06364ee683958f8d3 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer <2492783+JanDeDobbeleer@users.noreply.github.com> Date: Wed, 21 Aug 2024 07:34:32 +0000 Subject: [PATCH] chore(launch): add notice configuration --- .vscode/launch.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index ebae0172..9e52e73b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -145,6 +145,16 @@ "git" ] }, + { + "name": "Notice", + "type": "go", + "request": "launch", + "mode": "debug", + "program": "${workspaceRoot}/src", + "args": [ + "notice" + ] + }, { "name": "Upgrade", "type": "go",