From 6cade3f6d8ad7bb5a11b1910689b25f709c12502 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 24 Aug 2018 13:41:25 +0300 Subject: Runnig tests somehow --- code/.vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/.vscode/tasks.json') diff --git a/code/.vscode/tasks.json b/code/.vscode/tasks.json index 8e5a8b9ef..e1cfa4deb 100644 --- a/code/.vscode/tasks.json +++ b/code/.vscode/tasks.json @@ -21,7 +21,7 @@ "showOutput": "silent", // we run the custom script "compile" as defined in package.json - "args": ["run", "compile", "--loglevel", "silent"], + "args": ["run", "compile",], // The tsc compiler is started in watching mode "isBackground": true, -- cgit v1.2.3