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

Add consistent namespace to commands and configurations #31

Closed bbugl closed 3 years ago

bbugl commented 3 years ago

Hi Gourav!

I made this PR to illustrate how you could add an extension namespace to the configurations and commands your extension exports (as I have suggested in this issue) The configurations and commands would be more inline with how VS Code internally and also other extensions do these things. This breaks existing configs in the long run, though.

Regards, Benni

GorvGoyl commented 3 years ago

Thank you so much @bbugl for PR, I'm on vacation rn so will look into it once i'm back. Merry xmas and happy ny :)