Skip to content

Commit 92febe3

Browse files
authored
Update src/vs/workbench/contrib/inlineChat/browser/inlineChatController.ts
1 parent 5325436 commit 92febe3

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
@@ -764,6 +764,7 @@ export class InlineChatController implements IEditorContribution {
764764
status = localize('markdownResponseMessage', "{0}", content);
765765
}
766766
this._activeSession.lastExpansionState = this._zone.value.widget.expansionState;
767+
767768
} else if (response instanceof EditResponse) {
768769
// edit response -> complex...
769770
this._zone.value.widget.updateMarkdownMessage(undefined);

0 commit comments

Comments
 (0)