mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-02-07 17:00:10 +08:00
fix: incorrect problemMatcher patterns
This commit is contained in:
parent
1991c8651c
commit
fa0911df3d
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
@ -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…
x
Reference in New Issue
Block a user