Spaces:
Sleeping
Sleeping
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Python Debugger: Current File", | |
| "type": "debugpy", | |
| "request": "launch", | |
| "program": "${file}", | |
| "console": "integratedTerminal", | |
| "pythonPath": "/usr/bin/python3" , | |
| "env": { | |
| "PYTHONPATH": "/home/bruno/.local/lib/python3.12/site-packages" | |
| } | |
| } | |
| ] | |
| } | |