Spaces:
Sleeping
Sleeping
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "PythonCPP Debug", | |
| "type": "pythoncpp", | |
| "request": "launch", | |
| "program": "${workspaceFolder}/app.py", | |
| "console": "integratedTerminal", | |
| "justMyCode": true | |
| } | |
| ] | |
| } | |