- Fixes _willRedoToEpoch to advance one request at a time when there are
no edit operations ahead, instead of jumping past all remaining requests
- When redoing with no operations in the queue, now finds the next
request-start checkpoint boundary and advances there, following the same
single-step pattern as undo
- Adds test case verifying undo and redo step through consecutive no-edit
requests one at a time
Fixes#275234
(Commit message generated by Copilot)
* plugins: refactor pluginSources with proper deletion
- Consolidate source logic into IPluginSource implementations
- Use that to implement more robust cleanup logic
Closes https://github.com/microsoft/vscode/issues/297251
* pr comments
* Action widget: full-width separators and hover background for open pickers
- Remove horizontal padding from action widget, inset list rows instead
so separators span edge-to-edge
- Fire onDidChangeVisibility in ActionWidgetDropdown so aria-expanded
is set correctly for all picker types
- Apply toolbar hover background to picker buttons while their
dropdown is open
* Revert separator layout hack, keep hover background for open pickers
* Polish question carousel: simplify title bar, footer nav, and layout
* Question carousel UI polish
- Border radius matches chat input (cornerRadius-large)
- Background uses panel background
- Remove colon prefix from option descriptions
- Option list items use cornerRadius-medium
- Footer padding: 8px left, 16px right
- 12px gap between number and labels
- Freeform row aligned with preset options
- Close button vertically centered in titlebar
- Checkboxes center-aligned in list items
- has-description class for title+description items
- Number elements use consistent width
- Focus outline consistent across all list items
- Tighter gap between presets and custom answer
- Summary Q/A always on separate rows
- Hide submit icon when carousel is open (show stop only)
- Show submit when user types to steer
* Add close button to single-question carousel title row
* Add submit footer for single-question multi-select carousels
* Align single-question submit footer to the right with hint
* Fix failing carousel unit tests
Update test selectors and structure to match current DOM:
- Remove .chat-question-carousel-nav assertion (element no longer exists)
- Update markdown/message tests to use .chat-question-title
- Fix nav button tests to use multi-question carousels with .chat-question-nav-arrow
- Fix submit button test to use multi-question carousel
* Fix chat question carousel navigation and summary test regressions
* feat: enhance folder selection with workspace trust verification
* feat: add workspace trust request for local targets in NewChatWidget
* feat: implement workspace trust request for folder selection in NewChatWidget
* fix: update trust message for folder selection in NewChatWidget
* fix: update trust message to clarify agent session capabilities in folder selection
* fix: handle folder selection trust request and restore previous selection if untrusted
* fix: simplify trust message for folder selection in NewChatWidget
* fix: refactor folder trust handling in NewChatWidget for improved clarity and maintainability
* fix: make _setNewSession and folder trust request asynchronous in NewChatWidget
* fix: update cursor styles for send button states in chat widget
* fix: refactor folder trust handling in NewChatWidget for improved session management
* fix: simplify default repository URI handling in NewChatWidget
* fix: handle undefined default repository URI in new session creation
* fix: remove 'diffEditor.renderSideBySide' configuration from default settings
* fix: remove unused workspace context service from NewChatWidget