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
224 stars 44 forks source link

Buttons requested #23

Closed kgold2 closed 4 years ago

kgold2 commented 4 years ago

Build: Equivalent to C-S-B Run: Equivalent to C-F5 Debug: Equivalent to F5

scotthardwick commented 4 years ago

Build - workbench.action.tasks.build Run - workbench.action.debug.run Debug - workbench.action.debug.start or workbench.action.debug.continue... F5 chooses between them depending on value of inDebugMode

GorvGoyl commented 4 years ago

Duplicate of #14