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 2673e1f commit 1da4f0cCopy full SHA for 1da4f0c
src/vs/workbench/contrib/chat/browser/chatWidget.ts
@@ -1616,6 +1616,7 @@ export class ChatWidget extends Disposable implements IChatWidget {
1616
this._codingAgentPrefix = `@${name} `;
1617
this._lockedToCodingAgentContextKey.set(true);
1618
this.renderWelcomeViewContentIfNeeded();
1619
+ this.input.setChatMode(ChatModeKind.Ask);
1620
1621
// Update the placeholder to show that we're locked to this agent
1622
const localized = localize('chat.input.placeholder.lockedToAgent', "Chat with @{0}", name);
0 commit comments