Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6b0cb4

Browse files
committed
fix: correct background task start pattern for debug launch
1 parent 9bfbfcc commit b6b0cb4

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
@@ -31,7 +31,7 @@
3131
},
3232
"background": {
3333
"activeOnStart": true,
34-
"beginsPattern": " ",
34+
"beginsPattern": "> rolldown",
3535
"endsPattern": "Waiting for changes..."
3636
}
3737
}

0 commit comments

Comments
 (0)