add trunk, vscode-settings

This commit is contained in:
WorldTeacher
2024-01-25 14:56:54 +01:00
parent 56129c34a5
commit dd9ee24a8f
10 changed files with 150 additions and 0 deletions

14
.vscode/tasks.json vendored Normal file
View File

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