mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-31 12:06:40 +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": {
|
||||
"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