瀏覽代碼

Updated Tasks to VSCode

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