VSCode Configurable ShortcutsThis is an extension that lets you configure some additional buttons in VSCode FeaturesConfigure additional button in either the editor bar or the status bar (left or right). List of currently supported buttons:
Known IssuesFor some reason the Output, Debug Console and Terminal toggles don't actually "toggle" when in the status bar, but do in the editor bar. The same exact command is being executed either way, so I haven't been able to debug further. I would write a custom function to detect when the panel is open and close it if so (to enable true "toggle" functionality), but the VSCode API currently has no way for me to detect that the panel is open. If this really bugs you, I found just having the Toggle Panel in the status bar to be a good replacement since that one (for some unknown reason) is a true "toggle". |