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