Files
discord-reminder-bot/.vscode/launch.json

13 lines
311 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Start bot",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/discord_reminder_bot/main.py",
"console": "integratedTerminal",
}
]
}