From 77435d37485f1eb11fc8d5277bd501f98c8f9068 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Sat, 17 May 2025 16:11:11 +0000 Subject: [PATCH] chore: remove redundant tasks --- .vscode/tasks.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 2a99476..69dba59 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -40,22 +40,6 @@ "problemMatcher": [], "detail": "Copy Containerfile to $HOME/" }, - { - "label": "GitOps(Update): ssh_router.sh", - "type": "shell", - "command": ".bin/gitops update ssh_router", - "group": "build", - "problemMatcher": [], - "detail": "Copy ssh_router.sh to $HOME/.local/bin/" - }, - { - "label": "GitOps(Update): gitops_router.sh", - "type": "shell", - "command": ".bin/gitops update gitops_router", - "group": "build", - "problemMatcher": [], - "detail": "Copy gitops_router.sh to $HOME/.local/bin" - }, { "label": "GitOps(Update): home.tar.gz", "type": "shell", @@ -72,14 +56,6 @@ "problemMatcher": [], "detail": "Copy gitconfig.template to $HOME/" }, - { - "label": "GitOps(Update): validate_command_access.sh", - "type": "shell", - "command": ".bin/gitops update validate_command", - "group": "build", - "problemMatcher": [], - "detail": "Copy validate_command_access.sh to $HOME/.local/bin" - }, { "label": "Create home tarball", "type": "shell",