fix: incorrect problemMatcher patterns

This commit is contained in:
Seidko 2022-10-29 23:20:01 +08:00 committed by GitHub
parent 1991c8651c
commit fa0911df3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.*$"
} }
} }
} }