projet-reseaux-profond/.vscode/launch.json
2022-03-20 23:00:30 +01:00

13 lines
246 B
JSON

{
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/src/main.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}