From 9970fab505ef4c0619a2b0f76fde79e649be1525 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 15 Apr 2022 00:58:32 +0200 Subject: [PATCH] Set justMyCode to false --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 7dd7d90..f20797a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,7 +9,8 @@ "type": "python", "request": "launch", "program": "src/bot.py", - "console": "integratedTerminal" + "console": "integratedTerminal", + "justMyCode": false }, { "name": "pytest",