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

Can the svg icons be dropped in favor of vscode icons? #39

Closed GitMensch closed 3 years ago

GitMensch commented 3 years ago

see https://code.visualstudio.com/api/references/icons-in-labels

Doing this would make adding new entries much easier and alo allow the icons to match the theme automatically.

GorvGoyl commented 3 years ago

Thanks, I checked the list but couldn't find some icons for the extension settings so have to rely on svg icons. I think VSCode icons will be useful once this extension allow users to add their own buttons/commands.