-
Notifications
You must be signed in to change notification settings - Fork 520
Commit d69ee8a
committed
Fix ghost terminals after using "Developer: Restart Extension Host"
When this features restarts us, we're unable to clean up our terminals
because we're gone before we can finish disposing. Therefore we must
search for stale terminals and dispose them.1 parent 488c54e commit d69ee8a
2 files changed
+20
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | + | ||
18 | + | ||
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
28 | - | ||
30 | + | ||
29 | 31 |
| |
30 | 32 |
| |
31 | 33 |
| |
| |||
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
102 | - | ||
104 | + | ||
103 | 105 |
| |
104 | 106 |
| |
105 | 107 |
| |
| |||
127 | 129 |
| |
128 | 130 |
| |
129 | 131 |
| |
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
130 | 143 |
| |
131 | 144 |
| |
132 | 145 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
350 | 350 |
| |
351 | 351 |
| |
352 | 352 |
| |
353 | - | ||
353 | + | ||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
| |||
528 | 528 |
| |
529 | 529 |
| |
530 | 530 |
| |
531 | + | ||
532 | + | ||
533 | + | ||
531 | 534 |
| |
532 | 535 |
| |
533 | 536 |
| |
534 | 537 |
| |
535 | - | ||
538 | + | ||
536 | 539 |
| |
537 | 540 |
| |
538 | 541 |
| |
|
0 commit comments