gtn/.vscode/launch.json

13 lines
292 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: Launch",
"type": "python",
"request": "launch",
"program": "src/main.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}