* Refactor titlebar colors to use sidebar theme variables
* Add chat bar color variables and update titlebar styles
* Rename chat bar color variables to reflect header usage and update references in titlebarPart
* Rename chat bar header color variables to chat bar title colors and update references
* Update chat bar title color variables to use sidebar theme colors
* Add chat bar color variables and implement location-based color retrieval in ChatViewPane
* Refactor chat bar title colors to use editor background and foreground instead of sidebar colors
* Update chat bar title colors to use sidebar theme colors and remove unused color registrations
* Remove unused location-based color retrieval from ChatViewPane
* Refactor chat bar title colors to use sessions-specific header colors in SidebarPart and TitlebarPart
* Remove unused session sidebar header color registrations from chatColors.ts
* Add sessions sidebar background color and integrate into AgenticSessionsViewPane
* Add sessions sidebar border color and update SidebarPart to use it
* Update sessions sidebar border color to use contrastBorder for accessibility
* Update sessions sidebar border color to use specific hex values for better visibility
* Remove title bar border color from TitlebarPart to simplify styling
For #292934
Also renames some of the server settings to have a more consistent naming scheme. This is going to be annoying but is the best time to do this since we are already changing the full setting id
* testing
* Use VS Code's bundled ripgrep for sandboxed execution
Fixes#294982
This change makes the sandboxed terminal execution use VS Code's bundled
ripgrep binary instead of requiring users to manually install it.
Changes:
- Compute the ripgrep bin directory path from @vscode/ripgrep package
- Add the ripgrep directory to PATH when wrapping sandbox commands
- Update setting descriptions to remove ripgrep installation requirement
* adding unit test
* code review changes
* fixing test case failure
* fixing rg path issue
* fixing rg path issue
* feat: add short title and menu entry for AI Customizations action
* feat: add configuration option for AI Customizations feature
* feat: rename AI Customizations configuration option to reflect menu visibility
* feat: adjust order of AI Customization menu entry for improved visibility
* feat: update AI Customization menu entry group and order for better organization
* feat: remove group and order from AI Customization menu entry for cleaner configuration
* Update src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagement.contribution.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Revert extra line in chat input, add 8px toolbar spacing
- Remove INPUT_EDITOR_MIN_VISIBLE_LINES constant that forced 2-line minimum
- Revert input editor height to content-based sizing
- Add 8px margin-top on chat-input-toolbars for spacing between editor and toolbar