From c6ea351fa5110393f12a5139a5ba13d980b976ce Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sat, 25 Sep 2021 20:30:44 +0200 Subject: [PATCH] Add debug configuration --- .vscode/launch.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index b6a65fa..7dd7d90 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "bot", + "type": "python", + "request": "launch", + "program": "src/bot.py", + "console": "integratedTerminal" + }, { "name": "pytest", "type": "python",