mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 05:00:49 +00:00
36 lines
1.4 KiB
JSON
36 lines
1.4 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "PySide: Build and Launch (GNU/Linux)",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/src/lce_qt_launcher/main.py",
|
|
"preLaunchTask": "PySide: build (GNU/Linux)"
|
|
},
|
|
{
|
|
"name": "PySide: Build and Launch (Windows)",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/src/lce_qt_launcher/main.py",
|
|
"preLaunchTask": "PySide: build (Windows)"
|
|
},
|
|
{
|
|
"name" : "Pyside : Sync Virtual Env and Launch",
|
|
"type" : "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/src/lce_qt_launcher/main.py",
|
|
"preLaunchTask": "Python: Sync Virtual Env"
|
|
},
|
|
{
|
|
"name" : "PySide: Build and Launch (no system qt plugins)",
|
|
"type" : "debugpy",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/src/lce_qt_launcher/main.py --disable-system-qt-plugins",
|
|
"preLaunchTask": "PySide: build (Windows)"
|
|
}
|
|
]
|
|
} |