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