mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-16 10:58:34 -05:00
Changes to console runner
This commit is contained in:
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
@@ -9,6 +9,7 @@
|
|||||||
// A task runner that calls a custom npm script that compiles the extension.
|
// A task runner that calls a custom npm script that compiles the extension.
|
||||||
{
|
{
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
|
"_runner": "terminal",
|
||||||
"command": "npm",
|
"command": "npm",
|
||||||
"args": ["run"],
|
"args": ["run"],
|
||||||
"isShellCommand": true,
|
"isShellCommand": true,
|
||||||
@@ -19,12 +20,12 @@
|
|||||||
"taskName": "compile",
|
"taskName": "compile",
|
||||||
"args": ["compile", "--loglevel", "silent"],
|
"args": ["compile", "--loglevel", "silent"],
|
||||||
"isBuildCommand": true,
|
"isBuildCommand": true,
|
||||||
"isWatching": true,
|
"isBackground": true,
|
||||||
"problemMatcher": "$tsc-watch"
|
"problemMatcher": "$tsc-watch"
|
||||||
}, {
|
}, {
|
||||||
"taskName": "tslint",
|
"taskName": "tslint",
|
||||||
"args": ["lint", "--loglevel", "silent"],
|
"args": ["lint", "--loglevel", "silent"],
|
||||||
"isWatching": true,
|
"isBackground": true,
|
||||||
"problemMatcher": {
|
"problemMatcher": {
|
||||||
"owner": "tslint",
|
"owner": "tslint",
|
||||||
"fileLocation": [
|
"fileLocation": [
|
||||||
|
|||||||
Reference in New Issue
Block a user