isWatching deprecated use isBackground

This commit is contained in:
Thomas Reggi
2017-08-30 18:12:05 -04:00
committed by GitHub
parent 522898aa8e
commit f616fdf0b9

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"
}
}