projet-reseaux-profond/.vscode/launch.json

13 lines
246 B
JSON
Raw Normal View History

2022-03-19 21:57:28 +00:00
{
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
2022-03-20 22:00:30 +00:00
"program": "${workspaceFolder}/src/main.py",
2022-03-19 21:57:28 +00:00
"console": "integratedTerminal",
"justMyCode": true
}
]
}