Spaces:
Sleeping
Sleeping
Invalid JSON:
Expected double-quoted property name in JSON
at line 13, column 5
| { | |
| "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", | |
| } | |
| ] | |
| } |