Commit a309c1a
committed
fix(@schematics/angular): improve VS Code background compilation start/end detection
The task is initially "active", and should be considered "completed" when the bundle generation
result is displayed, even if the generation failed. The task should only switch back to "active"
when changes are detected, not on any arbitrary output by `ng watch`.
This change enables proper handling of re-attaching the debugger while the background task is
already running.
Fixes #321111 parent efd1180 commit a309c1a
File tree
1 file changed
+4
-4
lines changed- packages/schematics/angular/workspace/files/__dot__vscode
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments