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

feat: add Change File Encoding and Restart PowerShell Session #69

Closed mileso closed 2 years ago

GitMensch commented 2 years ago

Concerning File Encoding Change - why not using the function that is available in all vscode based editors in the status bar instead? I'd tend to not duplicate that.

GorvGoyl commented 2 years ago

@GitMensch Some people like to have their status bar hidden so I guess it's okay if someone wants to use the menubar icon instead.