Got a different GUI of Windows Terminal #732

Closed
opened 2026-01-30 22:02:00 +00:00 by claunia · 6 comments
Owner

Originally created by @Jarvis73 on GitHub (May 7, 2019).

Windows build number: Microsoft Windows [版本 10.0.18362.86]
Builder: VS2017 version 15.9.11

I have built the "microsoft/Terminal" solution with VS 2017 and deployed the solution. But I got a Windows Terminal(Preview) which seems to be different with other people's. For example this terminal doesn't have "+" button to create a new tab.

image

Originally created by @Jarvis73 on GitHub (May 7, 2019). Windows build number: Microsoft Windows [版本 10.0.18362.86] Builder: VS2017 version 15.9.11 I have built the "microsoft/Terminal" solution with VS 2017 and deployed the solution. But I got a Windows Terminal(Preview) which seems to be different with other people's. For example this terminal doesn't have "+" button to create a new tab. ![image](https://user-images.githubusercontent.com/26033896/57297755-0be66580-7103-11e9-93a3-2f3fe264047f.png)
claunia added the Resolution-Answered label 2026-01-30 22:02:00 +00:00
Author
Owner

@dhrdlicka commented on GitHub (May 7, 2019):

The default configuration hides the tab bar by default. You need to press Ctrl+T to open a tab and only then the tab bar will appear, together with a new tab button.

@dhrdlicka commented on GitHub (May 7, 2019): The default configuration hides the tab bar by default. You need to press Ctrl+T to open a tab and only then the tab bar will appear, together with a new tab button.
Author
Owner

@Jarvis73 commented on GitHub (May 7, 2019):

Edit Windows Terminal settings in
C:\Users\xxx\AppData\Local\Packages\Microsoft.WindowsTerminal_xxxxxxxxx\RoamingState\profiles.json

And set "alwaysShowTabs" = true

@Jarvis73 commented on GitHub (May 7, 2019): Edit Windows Terminal settings in **C:\Users\xxx\AppData\Local\Packages\Microsoft.WindowsTerminal_xxxxxxxxx\RoamingState\profiles.json** And set "alwaysShowTabs" = true
Author
Owner

@SwimmingTiger commented on GitHub (May 7, 2019):

I think "alwaysShowTabs" = true should be the default, otherwise untrained users will not be able to find a way to open the tab from the GUI.

Or consider providing an expand button when tab hidden like some other GUIs.

@SwimmingTiger commented on GitHub (May 7, 2019): I think `"alwaysShowTabs" = true` should be the default, otherwise untrained users will not be able to find a way to open the tab from the GUI. Or consider providing an expand button when tab hidden like some other GUIs.
Author
Owner

@batzen commented on GitHub (May 7, 2019):

@zadjii-msft Closing this does not seem to be the best solution to me. I also think that the default should be changed as it's not really obvious to new users why tabs are missing and the presentation from msbuild seemed to have tabs visible by default. Other tools with tab support, like browsers and editors, don't hide their tabs by default.

@batzen commented on GitHub (May 7, 2019): @zadjii-msft Closing this does not seem to be the best solution to me. I also think that the default should be changed as it's not really obvious to new users why tabs are missing and the presentation from msbuild seemed to have tabs visible by default. Other tools with tab support, like browsers and editors, don't hide their tabs by default.
Author
Owner

@zadjii-msft commented on GitHub (May 7, 2019):

We're actually planning on having the default be tabs in the titlebar, which are always visible. Unfortunately, that experience is a little too buggy for our likes at the moment, which is why it's hidden under the experimental_showTabsInTitlebar setting.

Please bear with us as we polish the UI over the coming months :)

@zadjii-msft commented on GitHub (May 7, 2019): We're actually planning on having the default be tabs in the titlebar, which are always visible. Unfortunately, that experience is a little too buggy for our likes at the moment, which is why it's hidden under the `experimental_showTabsInTitlebar` setting. Please bear with us as we polish the UI over the coming months :)
Author
Owner

@batzen commented on GitHub (May 7, 2019):

That's a way better answer than just closing the issue as answered ;-)
Thanks for your great work. I think the new terminal will be amazing.

@batzen commented on GitHub (May 7, 2019): That's a way better answer than just closing the issue as answered ;-) Thanks for your great work. I think the new terminal will be amazing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#732