소스 검색

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