Changes to console runner

This commit is contained in:
Eric Amodio
2017-02-19 18:20:48 -05:00
parent f21a228ed5
commit de98e6bef4

5
.vscode/tasks.json vendored
View File

@@ -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": [