Skip to content

Commit eee4992

Browse files
committed
Remove uneeded todo
1 parent c469aef commit eee4992

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export class ChatTaskContentPart extends Disposable implements IChatContentPart
4141
true;
4242
this.isSettled = isSettled;
4343
const showSpinner = !isSettled && !context.element.isComplete;
44-
// TODO: Pass in confirmed reason
4544
const progressPart = this._register(instantiationService.createInstance(ChatProgressContentPart, task, chatContentMarkdownRenderer, context, showSpinner, true, undefined, undefined));
4645
this.domNode = progressPart.domNode;
4746
this.onDidChangeHeight = Event.None;

0 commit comments

Comments
 (0)