Spaces:
Running
on
Zero
Running
on
Zero
File size: 325 Bytes
83e1f30 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File with Arguments",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
]
}
]
}
|