Debug with module instead of starting main.py

This commit is contained in:
2025-07-05 03:51:25 +02:00
parent 993a8fd6d9
commit b97e8260ae

3
.vscode/launch.json vendored
View File

@ -5,8 +5,7 @@
"name": "Python Debugger: Start bot",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/discord_reminder_bot/main.py",
"console": "integratedTerminal",
"module": "discord_reminder_bot.main"
}
]
}