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 31620a3 commit 5547eb9Copy full SHA for 5547eb9
src/vs/workbench/contrib/chat/browser/chatContentParts/chatConfirmationWidget.ts
@@ -176,7 +176,7 @@ abstract class BaseChatConfirmationWidget extends Disposable {
176
protected renderMessage(element: HTMLElement, listContainer: HTMLElement): void {
177
this.messageElement.append(element);
178
179
- if (this._configurationService.getValue<boolean>('chat.focusWindowOnConfirmation')) {
+ if (this._configurationService.getValue<boolean>('chat.notifyWindowOnConfirmation')) {
180
const targetWindow = dom.getWindow(listContainer);
181
if (!targetWindow.document.hasFocus()) {
182
this._hostService.focus(targetWindow, { mode: FocusMode.Notify });
0 commit comments