Browse Source

Fix default task to built it all

sevan 8 năm trước cách đây
mục cha
commit
91c2fc45f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .vscode/tasks.json

+ 1 - 1
.vscode/tasks.json

@@ -19,7 +19,7 @@
             ]
         },
         { 
-            "taskName": "typescript",
+            "taskName": "typescript-all",
             "isBuildCommand": true,
             "problemMatcher": [
                 "$tsc"