ソースを参照

tasks.json fix

David Sehnal 6 年 前
コミット
c41d4656f6
1 ファイル変更0 行追加5 行削除
  1. 0 5
      .vscode/tasks.json

+ 0 - 5
.vscode/tasks.json

@@ -9,11 +9,6 @@
             "problemMatcher": [
                 "$tsc"
             ]
-        },
-        {
-            "type": "npm",
-            "script": "app-render-test",
-            "problemMatcher": []
         }
     ]
 }