Files
SemesterapparatsManager/.vscode/tasks.json
2024-01-25 14:56:54 +01:00

15 lines
269 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "Compile UI",
"type": "shell",
"command": "pyuic6 ${file} -o ${fileDirname}/${fileBasenameNoExtension}_ui.py",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}