From b0cc47236fa83422bd2cf2c03e515914a4a7fb6d Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Wed, 24 Dec 2025 13:26:09 -0600 Subject: [PATCH] add debug flag and working directory to launch.json --- .vscode/launch.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 884a05d..f429342 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,9 @@ "type": "go", "request": "launch", "mode": "auto", - "program": "cmd/showbridge" + "program": "cmd/showbridge", + "args": ["--debug"], + "cwd": "./" } ] } \ No newline at end of file