Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Outlook code review link opens wrong Visual Studio version

I have Visual Studio 2013 Premium and 2012 Premium installed. I get email notifications for code reviews in TFS. These notifications include a link to open the reviews, with display text "Open Changes and Comments in Visual Studio". The link location starts with

vstfs://codereview/...

When I click the links, the code reviews are opened in Visual Studio 2012.

How can I make Visual Studio 2013 handle the code review email links instead of Visual Studio 2012? I would like for them to be opened in Visual Studio 2013, instead.

like image 795
theguy Avatar asked Jun 30 '15 19:06

theguy


People also ask

What are the different code review tools available?

Even though Git is one of the predominant version control systems out there (93% of developers surveyed use Git), code review tools can be differentiated by the VCSs they support: Git (the vast majority support Git) Mercurial (Review Board, Crucible) Apache Subversion (RhodeCode, Collaborator)

How do I raise a review request in Visual Studio?

Before you check in your code, you can use Visual Studio to ask someone else from your team to review it. Your request will show up in their Team Explorer, in the My Work page. To ask for a code review, make sure you have shared your code in TFVC.


1 Answers

Open your registry and modify the path to devenv.exe defined in the key HKCR\vstfs\Shell\Open\Command\(Default)

like image 128
Pakman Avatar answered Oct 21 '22 09:10

Pakman