Jelajahi Sumber

Updated Tasks to VSCode

Yoginth 7 tahun lalu
induk
melakukan
985d74b2dd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .vscode/tasks.json

+ 1 - 1
.vscode/tasks.json

@@ -6,7 +6,7 @@
         {
             "label": "Build Gitote",
             "type": "shell",
-            "command": "go build",
+            "command": "go build && sudo systemctl restart gitote",
             "group": {
                 "kind": "build",
                 "isDefault": true