Skip to content

Commit fa0911d

Browse files
authored
fix: incorrect problemMatcher patterns
1 parent 1991c86 commit fa0911d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
},
2323
"background": {
2424
"activeOnStart": true,
25-
"endsPattern": "^.*[startup] Electron App.*$",
25+
"beginsPattern": "^.*VITE v.* ready in \\d* ms.*$",
26+
"endsPattern": "^.*\\[startup\\] Electron App.*$"
2627
}
2728
}
2829
}

0 commit comments

Comments
 (0)