Skip to content
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

Fix for displaying icons when icon theme is disabled #201709

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

benibenj
Copy link
Contributor

@benibenj benibenj commented Jan 3, 2024

This PR addresses the issue where icons were still being displayed in editors such as settings or extensions, even when the user has explicitly disabled icons via setting workbench.iconTheme to null. The fix ensures that the user's choice is respected and no icons are shown when the icon theme is disabled.

Fixes #201700

@benibenj benibenj enabled auto-merge (squash) January 3, 2024 10:40
@benibenj benibenj self-assigned this Jan 3, 2024
bpasero
bpasero previously requested changes Jan 3, 2024
src/vs/workbench/browser/media/style.css Outdated Show resolved Hide resolved
@benibenj benibenj requested a review from bpasero January 8, 2024 14:52
@isidorn
Copy link
Contributor

isidorn commented Jan 8, 2024

@bpasero is on vacation until Wednesday
Maybe @aeschli can review. Alternatively I can review and then Ben can comment once he is back

@benibenj benibenj dismissed bpasero’s stale review January 8, 2024 15:29

Discussed with Martin

@benibenj benibenj merged commit 545eb1d into main Jan 8, 2024
6 checks passed
@benibenj benibenj deleted the benibenj/cold-octopus branch January 8, 2024 15:29
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.

Some editors show icons even when icon theme disabled
5 participants