2022-11-25 10:14:04 +00:00
|
|
|
{
|
|
|
|
"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",
|
2022-11-26 18:05:19 +00:00
|
|
|
"SDL_VIDEODRIVER": "x11",
|
|
|
|
"PYGAME_HIDE_SUPPORT_PROMPT": "hide"
|
2022-11-25 10:14:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|