Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/src/lib/activity-monitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ export class ActivityMonitor {
// If they haven't (view hidden, or just not focused), new output from
// e.g. a shell prompt shouldn't silently dismiss the alert.
if (!this.hasAttention()) return;
this.firstOutputAt = now;
this.outputCountSinceAttention = 1;
this.enterMightBeBusy();
break;
}
Expand Down
Loading