fix: incorrect problemMatcher patterns
This commit is contained in:
parent
4e3a9e3a1b
commit
3ab8a85a02
|
@ -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.*$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue