mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
* Polish question carousel: keyboard nav, badge styling, focus outlines * chat: prioritize selected single-select answer over freeform draft * Enhance question carousel with tab navigation and review functionality * Polish question carousel: stack title/desc, plain numbers, multiline Q:/A: summary, Cmd+Enter submit * Polish question carousel titles and execute controls * Address PR feedback: guard checkmark on actual answers, restore queue/steer, deduplicate format helper, fix JSDoc * Fix carousel tests: update selectors for tab-bar UI * Fix remaining carousel tests from main merge * Add ARIA tabpanel pattern and clear tab indicators on dispose * Adjust tab bar padding-left to 4px for multi-question carousels * Fix CI: non-null assertion and remove unused constants * fix: show steer/queue submenu during question carousel when text is typed - Cancel button now hides when input has text during question carousel (matches behavior during regular in-progress requests) - Queue/steer submenu now appears during question carousel and tool confirmation states, since requestInProgress is false in those states - Removed unused requestInProgressWithoutInput and pendingToolCall vars