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

Display the full workspace path in UI #3119

Closed
warpdesign opened this issue Feb 18, 2016 · 14 comments
Closed

Display the full workspace path in UI #3119

warpdesign opened this issue Feb 18, 2016 · 14 comments
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@warpdesign
Copy link
Contributor

I have two workspaces:

c:\docs\dev\version1\js
and
c:\docs\dev\version2\js

If I open one VisualCode instance with the workspace c:\docs\dev\version1\js and another one with c:\docs\dev\version2\js there no easy way to know which window points to which workspace.

The only information that is displayed in the UI is the last folder of the workspace's path which is in both cases js so it's not really helpful.

It would be great if there was an option to show the full path to the workspace instead of the last folder in the UI.

@egamma egamma added feature-request Request for new features or functionality workbench labels Feb 18, 2016
@rodo79
Copy link

rodo79 commented Feb 18, 2016

+1

@lfurzewaddock
Copy link

Perhaps installing the Active File In StatusBar extension would answer the problem.

@bpasero bpasero added this to the Backlog milestone Feb 29, 2016
@bpasero bpasero removed their assignment Feb 29, 2016
@bpasero bpasero changed the title feature request: display the full workspace path Display the full workspace path in UI Mar 14, 2016
@bpasero bpasero self-assigned this Mar 30, 2016
@bpasero bpasero removed their assignment Aug 17, 2016
@prufrock123
Copy link

+1

@bpasero bpasero self-assigned this Nov 2, 2016
@bpasero bpasero modified the milestones: November 2016, Backlog Nov 2, 2016
@bpasero
Copy link
Member

bpasero commented Nov 2, 2016

Added a new setting window.showFullPath. If enabled the window title shows like this:

image

@bpasero bpasero closed this as completed Nov 2, 2016
@kentor
Copy link

kentor commented Nov 3, 2016

@bpasero will that be released next month?

@mrmlnc
Copy link
Contributor

mrmlnc commented Nov 3, 2016

@kentor, yes, November release.

@martynchamberlin
Copy link

The only bummer here is that if you go full screen, which I do often with a split pane view in macOS (VSCode on the left, Chrome browser on the right), then you can't see the title bar of the application.

@bpasero
Copy link
Member

bpasero commented Dec 19, 2016

@martynchamberlin I think that is the point of going fullscreen in the first place. What is useful is to disable tabs and just benefit from the fact that the space you get from disabling tabs is used to show the path of the file:

image

(though arguably this does not have a setting to show the full path, only on hover it gets revealed)

@martynchamberlin
Copy link

Oh cool, didn't know about this. Thanks! Trying it now.

@ARehmanMahi
Copy link

@bpasero window.showFullPath gone in v1.10.1 why...... :(

@bpasero
Copy link
Member

bpasero commented Mar 2, 2017

@bsienn

Note: We no longer support window.showFullPath in favor of the window.title setting. The variable ${activeEditorLong} will give you the full path.

from http://code.visualstudio.com/updates/v1_10#_configurable-window-title

@ARehmanMahi
Copy link

Ahh, I didn't read the whole change log. My bad.
Got it working.

Thanks for super quick response.

@itumoraes
Copy link

Thanks @bpasero!

@ghost
Copy link

ghost commented Aug 25, 2017

add this line "window.title": "${activeEditorLong}", works for me

@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
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests