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

Option to show project path in title bar #21002

Closed
smlombardi opened this issue Feb 21, 2017 · 1 comment
Closed

Option to show project path in title bar #21002

smlombardi opened this issue Feb 21, 2017 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@smlombardi
Copy link

In viewing the new options in 1.10.0 for display in the window titlebar, I would rather see the path within my project (or "appName" as you call it) instead of the full disk path.

For example, for an open file like
/Users/stevelombardi/github/designsystem-3/app/assets/sass/documentation/_content.scss
I don't need to see /Users/stevelombardi/github/ as every project has that.

However, seeing this in my titlebar might be helpful:
designsystem-3/app/assets/sass/documentation/_content.scss
So I can see where in my app this file is.

I see no way to configure this.

@bpasero bpasero self-assigned this Feb 22, 2017
@bpasero bpasero added this to the February 2017 milestone Feb 22, 2017
@bpasero
Copy link
Member

bpasero commented Feb 22, 2017

Good suggestion, I added ${activeFilePathRelative}. Together with ${rootName} it would allow to compose a title of designsystem-3/app/assets/sass/documentation/_content.scss by setting window.title: ${rootName}/${activeFilePathRelative}

@bpasero bpasero added the feature-request Request for new features or functionality label Feb 23, 2017
@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
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants