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

Make a config namespace for your extension #29

Closed bbugl closed 3 years ago

bbugl commented 3 years ago

Every extension that I know of uses the config schema "namespace.[subNamespace.]config". This has the nice property of being able to sort the settings file and have the configs grouped together. Would this be possible for your extension?

GorvGoyl commented 3 years ago

I think I tried that approach before but it seems this extension works differently from others and managing extension setting from config won't work. I could be wrong, so, if you've come across any other similar extension which works that way or you know some workaround do let me know.