Skip to content

Commit 5325436

Browse files
committed
rm unneeded changes
1 parent c8b503c commit 5325436

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,6 @@ export class InlineChatController implements IEditorContribution {
764764
status = localize('markdownResponseMessage', "{0}", content);
765765
}
766766
this._activeSession.lastExpansionState = this._zone.value.widget.expansionState;
767-
this._chatAccessibilityService.acceptResponse();
768767
} else if (response instanceof EditResponse) {
769768
// edit response -> complex...
770769
this._zone.value.widget.updateMarkdownMessage(undefined);
@@ -846,7 +845,6 @@ export class InlineChatController implements IEditorContribution {
846845
} else {
847846
this._inlineChatSessionService.releaseSession(mySession);
848847
}
849-
this._chatAccessibilityService.acceptResponse();
850848
}
851849

852850
private static isEditOrMarkdownResponse(response: EditResponse | MarkdownResponse | EmptyResponse | ErrorResponse | undefined): response is EditResponse | MarkdownResponse {

0 commit comments

Comments
 (0)