From c41d4656f68e123d6829990beeabd767e6b31f39 Mon Sep 17 00:00:00 2001 From: David Sehnal <david.sehnal@gmail.com> Date: Tue, 19 Feb 2019 11:21:40 +0100 Subject: [PATCH] tasks.json fix --- .vscode/tasks.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c59f2cf6c..b3225a1f2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,11 +9,6 @@ "problemMatcher": [ "$tsc" ] - }, - { - "type": "npm", - "script": "app-render-test", - "problemMatcher": [] } ] } \ No newline at end of file -- GitLab