Spaces:
Sleeping
Sleeping
| { | |
| "version": "2.0.0", | |
| "tasks": [ | |
| { | |
| "label": "push_remote", | |
| "type": "shell", | |
| "command": "sh /home/coder/push_remote.sh", | |
| "presentation": { | |
| "reveal": "always" | |
| }, | |
| "problemMatcher": [], | |
| "options": { | |
| "statusbar": { | |
| "label": "$(repo-push) rclone: push" | |
| } | |
| } | |
| }, | |
| { | |
| "label": "pull_remote", | |
| "type": "shell", | |
| "command": "sh /home/coder/pull_remote.sh", | |
| "presentation": { | |
| "reveal": "always" | |
| }, | |
| "problemMatcher": [], | |
| "options": { | |
| "statusbar": { | |
| "label": "$(repo-pull) rclone: pull" | |
| } | |
| } | |
| } | |
| ] | |
| } |