Fix build problem matcher

Fixes #139089
This commit is contained in:
Alex Ross 2021-12-14 16:15:38 +01:00
parent 9d17de9716
commit 838cbd5223
No known key found for this signature in database
GPG key ID: 89DDDBA66CBA7840

4
.vscode/tasks.json vendored
View file

@ -23,8 +23,8 @@
"message": 3
},
"background": {
"beginsPattern": "Starting compilation",
"endsPattern": "Finished compilation"
"beginsPattern": "Starting compilation...",
"endsPattern": "Finished compilation with"
}
}
},