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

Relative path to workspace in title bar #15291

Closed
t-sauer opened this issue Nov 10, 2016 · 1 comment
Closed

Relative path to workspace in title bar #15291

t-sauer opened this issue Nov 10, 2016 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@t-sauer
Copy link

t-sauer commented Nov 10, 2016

Since a few days it seems to be possible to show the full path in the title bar in the insider builds.
This is already really helpful when figuring out where I am currently at in my codebase but most of the times the full path seems to be too much information in my opinion. A solution to this problem could be another option to only show the path starting from the workspace directory.

Example: I have a folder called my-app which is located in the folder ~/Development. When I open a file located in src/foo/bar/index.js for example, I can either display the full path (~/Development/my-app/src/foo/bar/index.js) or just the filename (index.js).
With the proposed addition the title could be reduced to src/foo/bar/index.js which in a lot of cases contains the information I am looking for when I look at the path of a file.

@bpasero
Copy link
Member

bpasero commented Nov 10, 2016

Lets merge into #1723. If we provide full control of the title, the relative path could be one of the variables to pick from.

@bpasero bpasero closed this as completed Nov 10, 2016
@bpasero bpasero added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 10, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 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)
Projects
None yet
Development

No branches or pull requests

2 participants