Add debug configuration

This commit is contained in:
ekzyis 2021-09-25 20:30:44 +02:00
parent b0a885fca1
commit c6ea351fa5
1 changed files with 7 additions and 0 deletions

7
.vscode/launch.json vendored
View File

@ -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",