Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Queries open in Browser instead of inside Visual Studio

In Visual Studio 2017 When I am clicking on a Query it opens in a browser instead of opening (like it used to) inside visual studio

How can I change this to be opened in visual studio?

like image 566
Yuval Levy Avatar asked Jun 22 '17 06:06

Yuval Levy


1 Answers

In Visual Studio 2017 (aka VS version 15) the default behaviour for opening work items has been changed to browser. You can switch back to the old behaviour: Open Tools > Options > Work Items and change "Open work items in" to "Visual Studio".

More details here:

https://blogs.msdn.microsoft.com/devops/2016/08/22/work-items-now-open-in-the-web-from-visual-studio-15/

like image 75
gdir Avatar answered Dec 02 '22 18:12

gdir