From 03af44e545030123b99592994636acc97f7cf3a4 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Wed, 10 Apr 2024 11:23:17 +0100 Subject: [PATCH] Improved the title of one of the debugger scripts --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 837900a57..f70c3c97b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -23,7 +23,7 @@ { "type": "node-terminal", "request": "launch", - "name": "Debug BYO Auth", + "name": "Debug v2 job catalog", "command": "pnpm run byo-auth", "envFile": "${workspaceFolder}/references/job-catalog/.env", "cwd": "${workspaceFolder}/references/job-catalog",