GorvGoyl / Shortcut-Menu-Bar-VSCode-Extension

Add handy buttons like beautify, show opened files, save, toggle terminal, etc to the editor menu bar in VSCode. You can also create your own buttons with custom commands. VSCode Marketplace link: https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
https://marketplace.visualstudio.com/items?itemName=jerrygoyal.shortcut-menu-bar
GNU General Public License v3.0
221 stars 44 forks source link

Feature Request: Custom buttons in raster format #85

Open futuremotiondev opened 1 year ago

futuremotiondev commented 1 year ago

It's really difficult to get SVG icons that look crisp at 16x16px. Especially icons that contain text.

For instance I'm trying to create a button representing Adobe Illustrator, and this is how it's rendering:

Code_EmW4iX5Yuq

If we could use PNG and specify @1x / @2x / etc. That would really improve the appearance of the buttons, and the plugin as a result would look more professional.

Any chance of being able to use PNG?