mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 02:40:38 +00:00
28 lines
739 B
JSON
28 lines
739 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "PySide: build (GNU/Linux)",
|
|
"type": "shell",
|
|
"command": "${workspaceFolder}/scripts/build.sh",
|
|
"group": "build",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "PySide: build (Windows)",
|
|
"type": "shell",
|
|
"command":"${workspaceFolder}/scripts/build.ps1",
|
|
"group": "build",
|
|
"problemMatcher": []
|
|
},
|
|
{
|
|
"label": "Python: Sync Virtual Env",
|
|
"type": "shell",
|
|
"command": "${command:python.interpreterPath} -m pip install -e .",
|
|
"group": "build",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
}
|
|
|