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

Open Settings icon appears twice on shortcut bar #68

Closed mileso closed 2 years ago

mileso commented 2 years ago

The first time I enabled "Open Settings" it appeared once. After adding a couple custom commands and turing various buttons off and on "Open Settings" now appears twice when enabled.

Note: after installing the Shorcut Menu Bar extension I installed a couple other UI extensions (e.g. customizeUI) but the issue started before these extensions were installed.

Here is an image of the duplicated icons:

VSCodeShortcuts

Here is my settings file: settings.json.txt

GitMensch commented 2 years ago

I guess a restart of vscode yield the same result?

GorvGoyl commented 2 years ago

thanks for reporting, there were duplicate commands in JSON file and I fixed them. Watch out for the upcoming release.

pgnd commented 2 years ago

@GorvGoyl ping any chance of a release -- even if just to clean up this duplication?

GorvGoyl commented 2 years ago

huh I thought I had released this version on marketplace. thanks for the ping, will release this week.