Parcourir la source

Updated Tasks to VSCode

Yoginth il y a 7 ans
Parent
commit
985d74b2dd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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