Use languageIds to provide generic icons for non-specifically-listed extensions
See original GitHub issueInstead of just listing all the extensions explicitly, we could list out languageIds
so that, for example, all files associated with json
get the generic _f_node
icon unless a more specific icon is listed.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Test language default icon #141335 - microsoft/vscode - GitHub
create an extension that creates a new language with an icon · test that the built-ion set theme shows the icon, but not...
Read more >adding a language-specific icon in vscode - Stack Overflow
Language default icons The icon is shown if the current file icon theme only has a generic file icon for the language. File...
Read more >File Icon Theme | Visual Studio Code Extension API
Language default icons The icon is used if a file icon theme only has a generic file icon for the language. Language default...
Read more >Supplying Images - Chrome Developers
You need to supply several kinds of images to be used in the Chrome Web Store: Extension icon; Promotional images; Screenshots.
Read more >Generic Lists
To view or edit lists, click on Tools (Icon) > ACS Commons > Generic Lists: ... provide its visible title as well as...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m also looking into this.
Hi @JonathanWolfe, this is on our list of todos. I first tried it when we did our conversion to the new API but there was some inconsistent functionality in the part of the API using the languageIds. I’ll give it a try again and see what we can do.