Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between visual studio 2015 and visual studio 2015 Experimental Instance

What is user role in this experiment ? Would be good to get extended answer

like image 773
Arbejdsglæde Avatar asked Jul 21 '15 09:07

Arbejdsglæde


1 Answers

The Experimental Instance actually lets you load and debug Visual Studio Extension Packages (VSIX).

So it is not so much an Experimental IDE in terms of features, it is more a scratch space where you can load potentially troublesome VSIX packages and if it crashes you have your normal IDE to revert back too.

please see https://msdn.microsoft.com/en-us/library/bb166560.aspx and http://www.dwmkerr.com/the-visual-studio-experimental-instance/

like image 138
thashiznets Avatar answered Sep 22 '22 02:09

thashiznets