From bdac248845375ab87cca609e083a64d0e7764323 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Fri, 23 May 2025 09:50:48 +0000 Subject: [PATCH] chore: add task to update start.sh script in $HOME/ --- .vscode/tasks.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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",