Fix build task matcher

This is a pattern so we need to escape special regepx chars like `.`
This commit is contained in:
Matt Bierner
2026-02-18 16:51:52 -08:00
parent cc23c3af8e
commit 63530ac8fc

2
.vscode/tasks.json vendored
View File

@@ -54,7 +54,7 @@
"message": 3
},
"background": {
"beginsPattern": "Starting compilation...",
"beginsPattern": "Starting compilation\\.\\.\\.",
"endsPattern": "Finished compilation with"
}
}