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

13 lines
223 B
JSON
Raw Normal View History

2022-03-19 21:57:28 +00:00
{
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}