Spaces:
Running
Running
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Debug App", | |
"type": "debugpy", | |
"request": "launch", | |
"program": "${workspaceFolder}/app.py", | |
"console": "integratedTerminal", | |
"subProcess": true | |
} | |
] | |
} | |