Releases: BenWildeman/vscode-tabulous
Releases · BenWildeman/vscode-tabulous
v1.2.0
v1.1.1
- Fixed grep rename blunder that stopped Touch Bar support from working 🤦
V1.1.0
- Added Rename Terminal command. Can be used as a replacement for the built-in rename terminal command (Updates the status bar icon without having to switch terminals)
- Added support for Touch Bar (macOS):
- Create Named Terminal
- Rename terminal
- Reload default terminals
v1.0.3
- Fixed edge-case where it's not possible to create terminal when through a new blank window
- Now waits for "default terminal reloaded" message before specifying as loaded
- Made sure terminal exists in the terminals list before trying to dispose it
v1.0.2
- Fixed bug where it's not possible to create terminal without workspace, for real this time
v1.0.1
- Fixed bug where it's not possible to create terminal without workspace
v1.0.0
- Added multi-root workspace support
- When creating a new terminal, you will be prompted to choose which workspace folder to open the terminal in
- Now possible to use workspace folder name within the
directory
option ofdefaultTerminals
- Relative paths within
directory
option ofdefaultTerminals
will now either resolve from the workspace folder, or the workspace file directory if it's a multi-root workspace - Shows Change Log prompt when version is updated
v0.5.0
- Add tooltips for tabs
- Create tabs on native terminal creation
- Track when active terminal changes natively