From 062b788ef014d3294dd6f156b5784a471e03457f Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 24 Jan 2025 23:31:53 +0000 Subject: [PATCH] chore(vscode): set `-vvv` in the launch and debug options --- .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"] } ] }