parallelize watch-client and watch-extensions

This commit is contained in:
João Moreno
2020-07-03 10:25:21 +02:00
parent 9413602dc2
commit a6327082d1
3 changed files with 63 additions and 5 deletions

4
.vscode/tasks.json vendored
View File

@@ -26,8 +26,8 @@
"message": 3
},
"background": {
"beginsPattern": "Starting compilation",
"endsPattern": "Finished compilation"
"beginsPattern": "\\[watch-client\\].*Starting compilation",
"endsPattern": "\\[watch-client\\].*Finished compilation"
}
}
},