Skip to content

Commit c00448c

Browse files
authored
fix(tasks): update beginsPattern for transpilation background task (#296295)
#295523
1 parent cdea700 commit c00448c

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
@@ -26,7 +26,7 @@
2626
"message": 4
2727
},
2828
"background": {
29-
"beginsPattern": "Starting transpilation...",
29+
"beginsPattern": "Starting transpilation\\.\\.\\.",
3030
"endsPattern": "Finished transpilation with"
3131
}
3232
}

0 commit comments

Comments
 (0)