mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-08-28 03:18:38 +08:00
v2.1.0: use vite-electron-plugin
instead vite-plugin-electron
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -12,6 +12,7 @@
|
||||
"owner": "typescript",
|
||||
"fileLocation": "relative",
|
||||
"pattern": {
|
||||
// TODO: correct "regexp"
|
||||
"regexp": "^([a-zA-Z]\\:\/?([\\w\\-]\/?)+\\.\\w+):(\\d+):(\\d+): (ERROR|WARNING)\\: (.*)$",
|
||||
"file": 1,
|
||||
"line": 3,
|
||||
@@ -21,8 +22,7 @@
|
||||
},
|
||||
"background": {
|
||||
"activeOnStart": true,
|
||||
"beginsPattern": "^.*building for development.*$",
|
||||
"endsPattern": "built in [0-9]*ms.*$",
|
||||
"endsPattern": "^.*[startup] Electron App.*$",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user