krish-r / vscode-toggle-terminal

VS Code extension that adds a toggle icon (shortcut) in the status bar.
https://marketplace.visualstudio.com/items?itemName=krish-r.vscode-toggle-terminal
MIT License
6 stars 3 forks source link
vscode-extension

Toggle Terminal

This extension adds a toggle icon (shortcut) in the status bar.

Terminal_Toggle

Features

This extension tries to address a closed feature request by adding a toggle icon (shortcut) in the status bar.

Following are the various options available to open/toggle the terminal. However, there isn't an one-click option to do the same.

Setting(s)

The following setting(s) can be specified in your settings.json

Setting Description Value(s)
vscode-toggle-terminal.alignment Where to align the toggle button left (default), right Thanks to @thumperward for the contribution.
vscode-toggle-terminal.priority Priority of the toggle button position in the status bar. (Higher values mean the toggle button would be shown more to the left.) 0 (default)
vscode-toggle-terminal.listNames Display terminal names on hover (tooltip) false (default) (Experimental - values might not update in some cases due to API limitations, requires interaction with the toggle to update)

Known Issues/Limitations

If you come across any other issue, or if you could improve this extension please feel free to raise a Bug/PR

Installing from Source

Release Notes

0.0.1

0.0.2

0.0.3

0.0.4

0.0.5

0.0.6, 0.0.7