Spaces:
Sleeping
Sleeping
File size: 348 Bytes
abaf897 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/app.py",
"args": ["run"],
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/.env",
"python": "${workspaceFolder}/.venv/bin/python",
}
]
} |