Skip to content

Commit ebb913d

Browse files
committed
Fix problem matcher
1 parent b356854 commit ebb913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"type": "npm",
88
"script": "watch",
9-
"problemMatcher": ["$ts-webpack-watch", "$tslint-webpack-watch"],
9+
"problemMatcher": ["$tsc-watch"],
1010
"isBackground": true,
1111
"presentation": {
1212
"reveal": "never"

0 commit comments

Comments
 (0)