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 5bde174 + 7585616 commit 09734e0Copy full SHA for 09734e0
src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget.ts
@@ -167,6 +167,8 @@ export class TerminalChatWidget extends Disposable {
167
addToHistory(input: string): void {
168
this._inlineChatWidget.addToHistory(input);
169
this._inlineChatWidget.saveState();
170
+ this._inlineChatWidget.value = input;
171
+ this._inlineChatWidget.selectAll(true);
172
}
173
setValue(value?: string) {
174
this._inlineChatWidget.value = value ?? '';
0 commit comments