gtn/.vscode/launch.json

13 lines
294 B
JSON
Raw Normal View History

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