{ "version": "2.0.0", "tasks": [ { "label": "Save Work In Progress", "type": "shell", "command": "git", "args": ["savewip"], "group": "build", "presentation": { "echo": true, "reveal": "silent", "focus": false, "panel": "shared" } }, { "label": "Load Work In Progress", "type": "shell", "command": "git", "args": ["loadwip"], "group": "build", "presentation": { "echo": true, "reveal": "silent", "focus": false, "panel": "shared" } } ] }