-
Notifications
You must be signed in to change notification settings - Fork 29.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
Allow renaming terminal tabs inside the tab view #122023
Comments
The label becomes editable to receive text input here for the explorer vscode/src/vs/base/browser/ui/tree/asyncDataTree.ts Lines 934 to 952 in ef569a6
|
Started work on branch |
I actually wanted to create this identical issue, but then I remembered how many issues I got in my life because I used in the inline input box and decided that using a quick pick is actually not the worst :) Without further ado, here are the code pointer in how the Explorer does it: And once the viewer detects that a item is in edit mode it actually renders the input box here So when a + is clicked the refresh of the list is necessary due to a new element. Same as when the input box is closed. |
Thanks for the tips/warning |
Terminal now:
What we want:
The text was updated successfully, but these errors were encountered: