-
Notifications
You must be signed in to change notification settings - Fork 599
Open
Description
vscode-recipes/Angular-CLI/README.md
Line 113 in 591a2d6
| "regexp": "Compiled |Failed to compile." |
The pattern matcher for the npm start task reads
"endsPattern": {
"regexp": "Compiled |Failed to compile."
}
but since Angular 15+ it should instead be
"endsPattern": {
"regexp": "Watch mode enabled. Watching for file changes..."
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels