Spaces:
Sleeping
Sleeping
File size: 445 Bytes
60f49cc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"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"
}
}
]
}
|