You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content.push(localize('workbench.action.chat.focus','To focus the chat request/response list, which can be navigated with up and down arrows, invoke the Focus Chat command{0}.',getChatFocusKeybindingLabel(keybindingService,type,false)));
80
80
content.push(localize('workbench.action.chat.focusInput','To focus the input box for chat requests, invoke the Focus Chat Input command{0}.',getChatFocusKeybindingLabel(keybindingService,type,true)));
81
81
content.push(localize('workbench.action.chat.nextCodeBlock','To focus the next code block within a response, invoke the Chat: Next Code Block command{0}.','<keybinding:workbench.action.chat.nextCodeBlock>'));
82
+
content.push(localize('workbench.action.chat.announceConfirmation','To focus pending chat confirmation dialogs, invoke the Focus Chat Confirmation Status command{0}.','<keybinding:workbench.action.chat.focusConfirmation>'));
82
83
if(type==='panelChat'){
83
84
content.push(localize('workbench.action.chat.newChat','To create a new chat session, invoke the New Chat command{0}.','<keybinding:workbench.action.chat.new>'));
0 commit comments