vscode tasks
This commit is contained in:
29
.vscode/tasks.json
vendored
29
.vscode/tasks.json
vendored
@@ -1,14 +1,19 @@
|
|||||||
{
|
{
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"label": "Compile UI",
|
"label": "Build Project",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "pyuic6 ${file} -o ${fileDirname}/${fileBasenameNoExtension}_ui.py",
|
"command": "pyinstaller --noconfirm --onedir --windowed --icon 'C:/Users/aky547/Downloads/VZjRNn1k.ico' --name 'SemesterapparatsManager' --clean --add-data 'C:/Users/aky547/GitHub/SemesterapparatsManager/config.yaml;.' --add-data 'C:/Users/aky547/GitHub/SemesterapparatsManager/icons;.' 'C:/Users/aky547/GitHub/SemesterapparatsManager/main.py'",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
},
|
||||||
}
|
"presentation": {
|
||||||
]
|
"reveal": "always",
|
||||||
|
"panel": "new"
|
||||||
|
},
|
||||||
|
"problemMatcher": "$python"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user