-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: workbench.view.dimUnfocused.* #191527
Comments
Having tested this I am actually not happy about the way it works currently and feel we should spend more time on it to really fix the rough edges:
I guess I am not really understanding what we want to solve here: if the idea is to make the focussed part stand out more from other parts, then I would argue we should consistently highlight the "thing" that has keyboard focus and dim everything else. The current solution seems half-baked, esp. since some of our standard editors are not supported. |
I guess this is because I rarely use editors other than the text editor 😅. I don't expect editors other than the webviews to be hard to implement.
|
Some of these may have been mentioned, but no unfocus on some other views in the workbench including gitlens, ports, comments, refactor preview. Other than that it looks solid in a bunch of the themes I tried it in as well. |
Refs: #30522
Complexity: 2
Create Issue
There are new settings
workbench.view.dimUnfocused.enabled
andworkbench.view.dimUnfocused.opacity
, read the settings and verify they work as expected.The text was updated successfully, but these errors were encountered: