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.
1 parent 94a2502 commit 0975639Copy full SHA for 0975639
src/vs/workbench/contrib/chat/browser/chatWidget.ts
@@ -958,6 +958,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
958
ChatContextKeys.currentlyEditing.bindTo(this.templateData.contextKeyService).set(true);
959
}
960
this.createInput(this.inputContainer);
961
+ this.input.setChatMode(this.inputPart.currentMode);
962
this.inputPart.toggleChatInputOverlay(true);
963
if (currentContext.length > 0) {
964
this.input.attachmentModel.addContext(...currentContext);
0 commit comments