{ "version": "2.0.0", "tasks": [ { "label": "GitOps(Update): access.yml", "type": "shell", "command": ".bin/gitops update access", "group": "build", "problemMatcher": [], "detail": "Copy access.yml to $HOME" }, { "label": "GitOps(Update): authorized_keys", "type": "shell", "command": ".bin/gitops update authorized_keys", "group": "build", "problemMatcher": [], "detail": "Copy authorized_keys to $HOME/.ssh" }, { "label": "Cleanup worktree", "type": "shell", "command": "git clean -Xfd", "problemMatcher": [], "detail": "delete all untracked files listed in .gitignore" } ], "inputs": [] }