We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed20361 + 59c0407 commit 720c893Copy full SHA for 720c893
src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget.ts
@@ -194,11 +194,11 @@ export class TerminalChatWidget extends Disposable {
194
195
hide(): void {
196
this._container.classList.add('hide');
197
+ this._inlineChatWidget.reset();
198
this._reset();
199
this._inlineChatWidget.updateChatMessage(undefined);
200
this._inlineChatWidget.updateProgress(false);
201
this._inlineChatWidget.updateToolbar(false);
- this._inlineChatWidget.reset();
202
this._focusedContextKey.set(false);
203
this._visibleContextKey.set(false);
204
this._inlineChatWidget.value = '';
0 commit comments