Yoginth 7 лет назад
Родитель
Сommit
7114297da5
1 измененных файлов с 16 добавлено и 0 удалено
  1. 16 0
      .vscode/tasks.json

+ 16 - 0
.vscode/tasks.json

@@ -0,0 +1,16 @@
+{
+    // See https://go.microsoft.com/fwlink/?LinkId=733558
+    // for the documentation about the tasks.json format
+    "version": "2.0.0",
+    "tasks": [
+        {
+            "label": "Build Gitote",
+            "type": "shell",
+            "command": "go build",
+            "group": {
+                "kind": "build",
+                "isDefault": true
+            }
+        }
+    ]
+}