mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-14 09:45:55 +01:00
* refactor: remove Automations section from AI Customizations editor The Automations UX has moved to a dedicated custom view in the sessions app sidebar. Remove the old widget, accessibility help, and all wiring from the AI Customization Management Editor. - Delete automationsListWidget.ts and automationsAccessibilityHelp.ts - Delete corresponding test files - Remove widget creation, layout, visibility, and focus handling from the editor - Remove deep-link focusAutomation case from contribution - Remove stale AccessibilityHelp registration from sessions contribution - Keep Automations enum value (sessions app still depends on it) * chore: remove dead Automations CSS from customization editor stylesheet * chore: remove dead Automations test and fixture references * fix: retarget automation-configured button to sessions custom view * fix: redirect Automations tree link to custom view * fix: redirect Automations overview tile to custom view * fix: remove Automations link from customization tree view * fix: remove Automations tile from customization overview * fix: remove Automations from customizations toolbar * chore: remove dead automationId parameter from OpenEditor command * chore: remove dead automationsContentContainer from test interface * chore: remove dead isAutomations field from ICustomizationItemConfig * docs: remove stale Automations widget paragraphs from AI_CUSTOMIZATIONS.md * chore: remove dead automationsEnabled fixture scaffolding * chore: remove AutomationsTab from blocks-ci-screenshots.md