rokucommunity / vscode-brightscript-language

A Visual Studio Code extension for Roku's BrightScript language
MIT License
110 stars 41 forks source link

Add file icon for .brs files #32

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 5 years ago

VSCode shows images next to the file for known file types, like this: image

We should create an icon for the brightscript .brs extension.

TwitchBronBron commented 5 years ago

I did some research and couldn't find a way to do this without creating a whole icon theme. I asked this question on stackoverflow. Hopefully someone will know the answer!

TwitchBronBron commented 5 years ago

There is an open feature request at the vscode githut project here.

TwitchBronBron commented 2 years ago

Looks like that feature has landed. Here's how we would contribute the icon: https://github.com/microsoft/vscode/issues/140047#issue-1092683537

TwitchBronBron commented 1 year ago

This was implemented in #422