projet-transversal/.vscode/launch.json
2022-11-25 11:14:04 +01:00

17 lines
326 B
JSON

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