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

Patch itself to use codicons #90

Open sr-tream opened 7 months ago

sr-tream commented 7 months ago

Allow usage codicons before button command, like that: $(vm-running)cmake.configure.

When used codicon, extension patch self package.json on VSCode startup

GorvGoyl commented 7 months ago

thanks for submitting the PR. Could you please explain the benefit of this?

sr-tream commented 7 months ago

thanks for submitting the PR. Could you please explain the benefit of this?

Do not require manual patching of extension to use custom icons for user buttons.

With this PR, you can just add codicon before command and restart VSCode (This hack no need now)