teamtalkbot/.vscode/launch.json
Umiko f331b10358
Some checks are pending
Build-nightly / docker (push) Waiting to run
first commit.
2025-04-13 14:44:48 +07:00

15 lines
513 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Launch Project in Integrated Terminal",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/TTMediaBot.py",
"console": "integratedTerminal"
}
]
}