Parcourir la source

tasks.json fix

David Sehnal il y a 6 ans
Parent
commit
c41d4656f6
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      .vscode/tasks.json

+ 0 - 5
.vscode/tasks.json

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