Merge pull request #26 from reggi/patch-1

isWatching deprecated use isBackground
This commit is contained in:
Dirk Bäumer
2017-10-26 15:45:26 +02:00
committed by GitHub

View File

@ -23,8 +23,8 @@
"args": ["run", "compile", "--loglevel", "silent"],
// The tsc compiler is started in watching mode
"isWatching": true,
"isBackground": true,
// use the standard tsc in watch mode problem matcher to find compile problems in the output.
"problemMatcher": "$tsc-watch"
}
}