Open
Description
opened on Dec 19, 2024
The dim unfocused feature is currently built using some CSS overrides to accomplish the majority of what users wanted without much work. For example:
Since this relies upon internal CSS classes it's prone to break though. When this feature went through the test phase there were a collection of problems reported, mostly around certain edge cases not working. I'm merging all those issues into this one to track any further development on the feature if we choose to do so:
- editor should not be dimmed when navigating search results #190102
- Unclear what part of the editor is dimmed #191608
- Notebooks are not dimming #191615
- Support unfocused dimming of all workbench components like output and debug console #191616
- Unfocused editors should regain focus (be un-dimmed) on scroll #191671
- Does not regain focus on minimap #191714
- Workspace trust editor is not dimmed #191743
- Running extensions editor is not dimmed #191744
- Editor dimming should be a core workbench feature #191757
- Polish unfocused dimming feature #191775
Activity