{ "version": "2.0.0", "tasks": [ { "label": "Build CG", "type": "shell", "command": "fxsdk build-cg", "problemMatcher": [] }, { "label": "Copy G3A to Calculator", "type": "shell", "command": "cp ${workspaceFolder}/*.g3a /media/$USER/disk/ && udisksctl unmount -b /dev/sdc1 && udisksctl power-off -b /dev/sdc1", "problemMatcher": [] } ] }