Skip to content

Commit d82351c

Browse files
committed
fix: fix vscode extension error
1 parent fe122e6 commit d82351c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
},
1313
"problemMatcher": [
1414
{
15-
"base": "$ts-webpack-watch",
15+
"base": "$tsc-watch",
1616
"background": {
1717
"activeOnStart": true,
1818
"beginsPattern": "Build start",
19-
"endsPattern": "Build success"
19+
"endsPattern": "(B|Re)uild success"
2020
}
2121
}
2222
],

0 commit comments

Comments
 (0)