diff --git a/src/vs/workbench/services/positronConsole/browser/classes/activityItemStream.ts b/src/vs/workbench/services/positronConsole/browser/classes/activityItemStream.ts index 31ed91fc011..72a48e54cfd 100644 --- a/src/vs/workbench/services/positronConsole/browser/classes/activityItemStream.ts +++ b/src/vs/workbench/services/positronConsole/browser/classes/activityItemStream.ts @@ -110,7 +110,7 @@ export class ActivityItemStream { this.processActivityItemStreams(); // Update the terminated flag. - this.terminated = this.ansiOutput.isBuffering; + this.terminated = !this.ansiOutput.isBuffering; // If there is no remainder text, return undefined, indicating that there is no remainder // ActivityItemStream to be processed.