Merge pull request #294 from Seidko/main

fix: incorrect problemMatcher patterns
This commit is contained in:
草鞋没号 2022-10-30 07:00:53 +08:00 committed by GitHub
commit f2eff45e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.vscode/tasks.json vendored
View File

@ -22,7 +22,8 @@
},
"background": {
"activeOnStart": true,
"endsPattern": "^.*[startup] Electron App.*$",
"beginsPattern": "^.*VITE v.* ready in \\d* ms.*$",
"endsPattern": "^.*\\[startup\\] Electron App.*$"
}
}
}