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

Place buttons in the breadcrumbs area #63

Closed flowstate247 closed 2 years ago

flowstate247 commented 3 years ago

As seen in this comment: https://github.com/GorvGoyl/Shortcut-Menu-Bar-VSCode-Extension/issues/46#issuecomment-804142066

That would be great as it wouldn't steal valuable space in the tabs area.

GitMensch commented 2 years ago

The original screenshot come from @TauerOne with his local-adjusted extension. We'd need a PR to review and integrate it.

GitMensch commented 2 years ago

You'd need to request that from the vscode ui team, the "as seen" is a manual hack of .css and .js files shipped with vscode. As there is no option to do this via an extension I suggest to close this issue (here).

GorvGoyl commented 2 years ago

closing due to out-of-scope