Skip to content

Commit 8b3c402

Browse files
authored
Update src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts
1 parent b8d5dea commit 8b3c402

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ export class InlineChatController implements IEditorContribution {
518518
this._zone.value.widget.updateInfo(!this._activeSession.lastExchange ? localize('thinking', "Thinking\u2026") : '');
519519
this._ctxHasActiveRequest.set(true);
520520
reply = await raceCancellationError(Promise.resolve(task), requestCts.token);
521+
521522
if (reply?.type === 'message') {
522523
response = new MarkdownResponse(this._activeSession.textModelN.uri, reply);
523524
} else if (reply) {

0 commit comments

Comments
 (0)