Skip to content

[WIP] Add option to disable editor language status icon animation#300379

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-disable-editor-icon-animation
Draft

[WIP] Add option to disable editor language status icon animation#300379
Copilot wants to merge 2 commits intomainfrom
copilot/add-disable-editor-icon-animation

Conversation

Copy link
Contributor

Copilot AI commented Mar 10, 2026

  • Explore the language status CSS and TypeScript implementation
  • Add CSS rules to disable wiggle and flash animations under .monaco-workbench.monaco-reduce-motion in languageStatus.css
  • Verify TypeScript compiles without errors

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…enabled

Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the language status statusbar styling to respect VS Code’s reduced-motion mode by disabling the language status “wiggle” and “flash” animations when .monaco-reduce-motion is present on the workbench root.

Changes:

  • Disable the wiggle icon animation under .monaco-workbench.monaco-reduce-motion.
  • Disable the flash animation on the language status entry under .monaco-workbench.monaco-reduce-motion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants