projet-reseaux-profond/.vscode/launch.json
2022-03-19 22:57:28 +01:00

13 lines
223 B
JSON

{
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}