-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"suppressApplicationTitle" doesn't work (or exist.) #2645
Comments
suppressApplicationTitle
not working
Strong upvote for this. This most recent update made my nice short tab titles into 80 character long beasts when using razzle, and they all contain useless information. |
@rkevingibson you knwo you can use the |
@DHowett-MSFT It would be a very good solution, but it doesn't always work. Some apps like |
@DHowett-MSFT as mentioned by @aedm, I too have observed issues whereby tabTitle and the title command in the command prompt are overridden dynamically. Sometimes at the end of running a batch file to build code from the command line, after the title has changed dynamically in the tab, it may or may not revert back to the title set before the batch file was run. For example, after setting title to x64, as also defined in tabTitle, the following happens while the batch file is running (for several minutes). So in the case above the title eventually reverted back to x64, but this one didn't revert back to x86 (shown in previous image) after completion of the batch file. Also, note the disappearance of Administrator: I definitely prefer a method, perhaps by using |
I know this is not directly related to the ticket, but in addition, I would vote for a dynamic solution if the title is not set - have optional tabMinWidth and tabMaxWidth properties, and shorten the width of all tabs, stopping at minWidth as width of the overall terminal decreases. If the overall width increases, increase the width of all tabs until maxWidth is reached. Scrollbars only appear if tabs can't be shortened any more and then disappear where there is enough room. This will ensure that all tabs appear without having to scroll, and still gives you dynamic titles, which is quite critical. |
🎉This issue was addressed in #2814, which has now been successfully released as Handy links: |
Hi guys, i just updated Windows Terminal to Version: 0.7.3291.0. I have implemented in the config:
However when i start new tab with that profile, title still changes to 'OpenSSH SSH client'. Am i doing something wrong guys? Thanks for any clues... |
Same issue here, the setting doesn't work for me either :( |
@4k3or3et i delete |
It works with:
However when you have:
the title still changes... Anything else i can try? |
Environment
Steps to reproduce
I took the syntax from the PR by @zadjii-msft: #2373 (comment)
Expected behavior
Tab titles don't change, they keep the value specified in
tabTitle
, just like they used to in Terminal 0.3.x.Actual behavior
Tab titles change to reflect the currently running program.
Here I'm running three different applications using
npm start
. I've set up a different, usefultabTitle
for all of these tabs, but all I see is this:Note
From #2373: "d. We'll add suppressApplicationTitle when someone complains" <- Here I am. :)
The text was updated successfully, but these errors were encountered: