소스 검색

Changes to console runner

main
Eric Amodio 7 년 전
부모
커밋
de98e6bef4
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      .vscode/tasks.json

+ 3
- 2
.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": [

불러오는 중...
취소
저장