Skip to content

Commit de84d24

Browse files
authored
add rerender and options back (microsoft#258905)
1 parent 1624dbb commit de84d24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/chat/browser/chatWidget.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,6 +1619,8 @@ export class ChatWidget extends Disposable implements IChatWidget {
16191619
this._lockedToCodingAgentContextKey.set(true);
16201620
this.renderWelcomeViewContentIfNeeded();
16211621
this.input.setChatMode(ChatModeKind.Ask);
1622+
this.renderer.updateOptions({ restorable: false, editable: false });
1623+
this.tree.rerender();
16221624
}
16231625

16241626
public unlockFromCodingAgent(): void {

0 commit comments

Comments
 (0)