Spaces:
No application file
No application file
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Python: Current File (pdb)", | |
"type": "python", | |
"request": "launch", | |
"program": "${file}", | |
"console": "integratedTerminal", | |
"python": "python3.11", | |
"cwd": "${workspaceFolder}", | |
"env": {}, | |
"internalConsoleOptions": "neverOpen" | |
} | |
] | |
} | |