From 9b60a8f01e0b28e1cae1fbc923338ce8347b76b3 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sat, 25 Jan 2025 15:47:05 -0500 Subject: [PATCH] chore(vscode): add `-vvv` argument to launch & debug --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1d4d69e..44c2cf3 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "debugpy", "request": "launch", "module": "redbot", - "args": ["local"] + "args": ["local", "-vvv"] } ] }