From de98e6bef4820230fc1b04facefc154b494850f5 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 19 Feb 2017 18:20:48 -0500 Subject: [PATCH] Changes to console runner --- .vscode/tasks.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1a6b90c..8106d70 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -9,6 +9,7 @@ // A task runner that calls a custom npm script that compiles the extension. { "version": "0.1.0", + "_runner": "terminal", "command": "npm", "args": ["run"], "isShellCommand": true, @@ -19,12 +20,12 @@ "taskName": "compile", "args": ["compile", "--loglevel", "silent"], "isBuildCommand": true, - "isWatching": true, + "isBackground": true, "problemMatcher": "$tsc-watch" }, { "taskName": "tslint", "args": ["lint", "--loglevel", "silent"], - "isWatching": true, + "isBackground": true, "problemMatcher": { "owner": "tslint", "fileLocation": [