pasztorpisti / vs-window-title-changer

Extension to set the title of the Visual Studio IDE using an expression.
https://visualstudiogallery.msdn.microsoft.com/2e8ebfe4-023f-4c4d-9b7a-d05bbc5cb239
MIT License
16 stars 12 forks source link

Exposing the current TFS workspace in a variable #8

Open pasztorpisti opened 8 years ago

pasztorpisti commented 8 years ago

Requested by Jeff Youngstrom on the VS gallery page of the plugin

Thanks for the extension. It's great. I've mostly kluged what I want with an exec, but thought I'd ask if it would be possible to expose the current TFS workspace. I'm not a programmer so I seldom have a solution open, but I'm often working in multiple workspaces looking at different branches and TFS databases.

It might be a little tricky since there seem to be at least two different places the workspace can be set independently (Source Control Explorer and Pending Changes)