15 lines
269 B
JSON
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
|
|
}
|
|
}
|
|
]
|
|
}
|