aboutsummaryrefslogtreecommitdiff
path: root/code/.vscode/tasks.json
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-24 11:41:25 +0100
committerAleksey Kladov <[email protected]>2018-08-24 11:41:25 +0100
commit6cade3f6d8ad7bb5a11b1910689b25f709c12502 (patch)
tree96aea3209cc310462c37708d5623fe1f1d667634 /code/.vscode/tasks.json
parent89e56c364f3d0a9d5a12ae488185abc1ea69df4a (diff)
Runnig tests somehow
Diffstat (limited to 'code/.vscode/tasks.json')
-rw-r--r--code/.vscode/tasks.json2
1 files changed, 1 insertions, 1 deletions
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 @@
21 "showOutput": "silent", 21 "showOutput": "silent",
22 22
23 // we run the custom script "compile" as defined in package.json 23 // we run the custom script "compile" as defined in package.json
24 "args": ["run", "compile", "--loglevel", "silent"], 24 "args": ["run", "compile",],
25 25
26 // The tsc compiler is started in watching mode 26 // The tsc compiler is started in watching mode
27 "isBackground": true, 27 "isBackground": true,