Yoginth 7 роки тому
батько
коміт
985d74b2dd
1 змінених файлів з 1 додано та 1 видалено
  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