We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#77 introduced a custom file icon. Although neat it overrides file icon themes by default. AFAIK the only way to prevent that behavior is to add showLanguageModeIcons: false (like https://github.com/lineville/vscode-emoji-icons/blob/8e6cdc77686316dcdcd8b6142542299310ccd971/file-icons/emoji-icon-theme.json#L2) to each theme itself. The problem arises that many themes (like https://github.com/EliverLara/sweet-vscode-icons) are unmaintained. It's arguably VS Code's fault for not exposing a user toggle but unpleasant nonetheless.
showLanguageModeIcons: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#77 introduced a custom file icon. Although neat it overrides file icon themes by default. AFAIK the only way to prevent that behavior is to add
showLanguageModeIcons: false
(like https://github.com/lineville/vscode-emoji-icons/blob/8e6cdc77686316dcdcd8b6142542299310ccd971/file-icons/emoji-icon-theme.json#L2) to each theme itself. The problem arises that many themes (like https://github.com/EliverLara/sweet-vscode-icons) are unmaintained. It's arguably VS Code's fault for not exposing a user toggle but unpleasant nonetheless.The text was updated successfully, but these errors were encountered: