diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a55076a..9875295 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -56,6 +56,14 @@ "problemMatcher": [], "detail": "Copy gitconfig.template to $HOME/" }, + { + "label": "GitOps(Update): start.sh", + "type": "shell", + "command": ".bin/gitops update start.sh", + "group": "build", + "problemMatcher": [], + "detail": "Copy start.sh to $HOME/" + }, { "label": "Create home tarball", "type": "shell",