mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 15:24:40 +01:00
Fix build task matcher
This is a pattern so we need to escape special regepx chars like `.`
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -54,7 +54,7 @@
|
||||
"message": 3
|
||||
},
|
||||
"background": {
|
||||
"beginsPattern": "Starting compilation...",
|
||||
"beginsPattern": "Starting compilation\\.\\.\\.",
|
||||
"endsPattern": "Finished compilation with"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user