microsoft / vscode-recipes

MIT License
5.86k stars 577 forks source link

Problem watcher from angular sample no longer works #259

Open ImoutoChan opened 4 years ago

ImoutoChan commented 4 years ago

Problem matcher from here: https://github.com/Microsoft/vscode-recipes/tree/master/Angular-CLI

doesn't work for angular 8.

ImoutoChan commented 4 years ago

This problem was also mentioned here: https://github.com/angular/vscode-ng-language-service/issues/625

but provided solution doesn't work for debugging scenario because it doesn't have beginsPattern or endsPattern.