This commit is contained in:
chrisdias 2017-06-01 16:19:45 -07:00
Родитель a67538c1e2
Коммит 3c7a979e97
1 изменённых файлов: 1 добавлений и 1 удалений

2
.vscode/tasks.json поставляемый
Просмотреть файл

@ -22,7 +22,7 @@
"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"
}