Spaces:
Running
Running
File size: 284 Bytes
c6be992 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"version": "0.2.0",
"configurations": [
{
"name": "Run app.py",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/app.py",
"console": "integratedTerminal",
"envFile": "${workspaceFolder}/.env"
}
]
}
|