Explorar el Código

tasks.json fix

David Sehnal hace 6 años
padre
commit
c41d4656f6
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      .vscode/tasks.json

+ 0 - 5
.vscode/tasks.json

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