mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
fix(tasks): update beginsPattern for transpilation background task (#296295)
https://github.com/microsoft/vscode/issues/295523
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -26,7 +26,7 @@
|
||||
"message": 4
|
||||
},
|
||||
"background": {
|
||||
"beginsPattern": "Starting transpilation...",
|
||||
"beginsPattern": "Starting transpilation\\.\\.\\.",
|
||||
"endsPattern": "Finished transpilation with"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user