microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.5k stars 28.1k forks source link

feat: add standard icon association for localization/language files #184358

Open SethFalco opened 1 year ago

SethFalco commented 1 year ago

Similar to how most image formats (WEBP, AVIF, PNG, JPG, GIF, etc) have an icon association to depict that they are images, could there please be a conventional icon for localization files?

By default, this icon would be associated with formats like:

Some extensions may choose to reuse the icon for custom formats. Other broader file formats (like *.json) that extensions know to be a language file in the context of the libraries/stack used may use the icon as well.

Related

daviddossett commented 1 year ago

I think this is something that would have to be added to https://github.com/jesseweed/seti-ui, the default file icon font used by VS Code. From there we may have to do more work to actually render it where appropriate. @isidorn may have more details there since we've talked about new icons in Seti before.

isidorn commented 1 year ago

Yes, I think that is all there is to it. Adding to the seti built-in theme. But I would not add this right away, I suggest we keep this issue open to gather more user feedback.