Note: Title bar coloring requires window.titleBarStyle to be "custom" (not the OS native title bar) on macOS/Linux.
Commands
Command
Description
Env Indicator: Open Terminal at Workspace Root
Opens a new terminal at the first workspace folder
How It Works
On local machines, the extension reads os.hostname() and displays it with your chosen label format. The title bar turns green (default).
On Remote SSH connections, VS Code runs the extension on the remote host. The extension detects vscode.env.remoteName === 'ssh-remote' and displays the remote hostname in UPPERCASE. The title bar turns red (default).
Color customizations are written to the workspace .vscode/settings.json. The extension only manages its own color keys and preserves any existing customizations.
All settings react to changes immediately — no window reload needed.