Skip to content

Commit 8e3498c

Browse files
authored
fix working spinner stuck (microsoft#261582)
1 parent 3b51103 commit 8e3498c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vs/workbench/contrib/chat/browser/chatContentParts/chatProgressContentPart.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,8 @@ export class ChatWorkingProgressContentPart extends ChatProgressContentPart impl
112112
};
113113
super(progressMessage, renderer, context, undefined, undefined, undefined, instantiationService, chatMarkdownAnchorService);
114114
}
115+
116+
override hasSameContent(other: IChatRendererContent, followingContent: IChatRendererContent[], element: ChatTreeItem): boolean {
117+
return other.kind === 'working';
118+
}
115119
}

0 commit comments

Comments
 (0)