SemSup-XC / .vscode /launch.json
Pranjal2041's picture
Initial Commit
4014562
raw
history blame
No virus
294 Bytes
{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}