-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Terminal tab item doesn't seem to do anything #125045
Comments
I saw the same. I expected clicking that button to add another terminal, since alt-clicking it adds a new terminal and splits the two terminals. Maybe it shouldn't be clickable? Does it need to be shown when there is only one terminal? |
Left click used to open the dropdown menu, now it focuses the terminal to align more with how the normal tabs behave. Supporting the dropdown menu on left click was also overly complicated. Alt+click and middle+click also match the behavior of the regular tabs. |
But it's not a tab, it's a button... |
@misolori any thoughts? |
I do agree that having the hover feedback is odd when left click does nothing. So I think we have to make it clickable and either show a menu or create another terminal. Alternatively we could show the single tab in the list but we already went that route. Disabling it would not help as there are multiple actions you can do on a single terminal. |
@misolori left click does focus the terminal, it's just not very noticeable (or useful?), this aligns with single or double left click in the full tab view (depending on focusMode). I can bring the menu back on left click though. |
😢 I still miss that... |
@Tyriar yea that is too subtle and not very useful since you only have a single terminal so the view doesn't change. |
@jrieken if you want that:
After feedback from the team we went with a more lightweight single terminal approach. |
Action item: Make left click open the menu again |
Testing #124716
The text was updated successfully, but these errors were encountered: