Browse Source

chore: restore default vscode build task (#2931)

Richard Shiue 1 năm trước cách đây
mục cha
commit
5d76a7864d
1 tập tin đã thay đổi với 2 bổ sung5 xóa
  1. 2 5
      frontend/.vscode/tasks.json

+ 2 - 5
frontend/.vscode/tasks.json

@@ -122,10 +122,7 @@
       "options": {
         "cwd": "${workspaceFolder}"
       },
-      "group": {
-        "kind": "build",
-        "isDefault": true
-      },
+      "group": "build",
       "windows": {
         "options": {
           "shell": {
@@ -238,4 +235,4 @@
       }
     },
   ]
-}
+}