Skip to content
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

Feature request: show the last part of the working directory in terminal title #32181

Closed
warpdesign opened this issue Aug 9, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues

Comments

@warpdesign
Copy link
Contributor

warpdesign commented Aug 9, 2017

A new feature was just added that shows the current process name inside the terminal name, like node instead of simply cmd.exe.

While it's a good thing, I think it could be improved even more by adding the current terminal working directory, or at least the last part of the working directory.

Right now, if you start two webpack watches, in a two different directories c:\dev\project1 & c:\dev\project2, you will end up with this:

1: node
2: node

If there was a way to get the last part of the current working directory, it could look like:

1: node <projet1>
2: node <project2>

Which I find a lot better. This may not be that easy to do on Windows though.

@vscodebot vscodebot bot added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 9, 2017
@warpdesign warpdesign changed the title Suggestion: show the last part of the working directory in terminal title Feature request: show the last part of the working directory in terminal title Aug 9, 2017
@weinand weinand assigned dbaeumer and unassigned weinand Aug 9, 2017
@weinand weinand added tasks Task system issues and removed debug Debug viewlet, configurations, breakpoints, adapter issues labels Aug 9, 2017
@dbaeumer dbaeumer added terminal Integrated terminal issues and removed tasks Task system issues labels Aug 11, 2017
@dbaeumer dbaeumer assigned Tyriar and unassigned dbaeumer Aug 11, 2017
@Tyriar
Copy link
Member

Tyriar commented Aug 14, 2017

Duplicate of #29816 😃

@Tyriar Tyriar closed this as completed Aug 14, 2017
@Tyriar Tyriar added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 14, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

4 participants