Files
virtus-bot/.vscode/launch.json
T
2025-06-20 10:31:59 +07:00

16 lines
501 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": "Run Bot",
"type": "debugpy",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/.env"
}
]
}