This repository has been archived by the owner on Sep 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67b3794
commit 35bb6c9
Showing
1 changed file
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,33 @@ | ||
#Locate in TFS - Visual Studio Extension (2010, 2012, 2013) | ||
#Locate in TFS - Visual Studio Extension (2010, 2012, 2013) | ||
Opens up the Source Control Explorer window to the location of the currently selected file. This works from the Solution Explorer and from the active document. | ||
|
||
Latest version: 1.1.0 (May 16, 2014) | ||
|
||
##What it looks like: | ||
|
||
![Screenshot](/src/Pendletron.Vsix.LocateInTFS/Resources/LocateInTFS_Screenshot.png) | ||
|
||
Icon attribution: http://freecns.yanlu.de/ | ||
---------- | ||
|
||
##Changelog | ||
|
||
###v1.1.0 (May 16, 2014) | ||
|
||
**Bug fixes** | ||
|
||
- In VS2012 and VS2013, when the Source Control Explorer was not already open the "Locate in TFS" command would only open to the root TFS path. This has been fixed, it will now open to the selected file. | ||
|
||
**Features** | ||
|
||
- The Source Control Explorer's file browser will now scroll to the selected file, if necessary. | ||
|
||
---------- | ||
|
||
Icon attribution: [http://freecns.yanlu.de/](http://freecns.yanlu.de/) | ||
|
||
Open source, MIT license. | ||
|
||
---------- | ||
|
||
Download it on the Visual Studio Gallery | ||
http://visualstudiogallery.msdn.microsoft.com/5cc44f63-4ea8-4c17-8aa4-95037a2d32ef | ||
[http://visualstudiogallery.msdn.microsoft.com/5cc44f63-4ea8-4c17-8aa4-95037a2d32ef](http://visualstudiogallery.msdn.microsoft.com/5cc44f63-4ea8-4c17-8aa4-95037a2d32ef) |