Spaces:
Running
on
Zero
Running
on
Zero
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Python Debugger: Current File with Arguments", | |
"type": "debugpy", | |
"request": "launch", | |
"program": "${file}", | |
"console": "integratedTerminal", | |
"args": [ | |
] | |
} | |
] | |
} | |