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

3
.vscode/tasks.json vendored
View File

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