2D_Engine_Casio/.vscode/tasks.json

17 lines
477 B
JSON

{
"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": []
}
]
}