fix: incorrect problemMatcher patterns

This commit is contained in:
草鞋没号 2022-10-30 07:38:14 +08:00
parent 4e3a9e3a1b
commit 3ab8a85a02
1 changed files with 2 additions and 1 deletions

3
.vscode/tasks.json vendored
View File

@ -22,7 +22,8 @@
}, },
"background": { "background": {
"activeOnStart": true, "activeOnStart": true,
"endsPattern": "^.*[startup] Electron App.*$", "beginsPattern": "^.*VITE v.* ready in \\d* ms.*$",
"endsPattern": "^.*\\[startup\\] Electron App.*$"
} }
} }
} }