-
Notifications
You must be signed in to change notification settings - Fork 107
Setting up a development environment
bfanger edited this page Mar 2, 2011
·
2 revisions
For the 2010 version go here
Clone the Git-Source-Control-Provider repository and checkout the master branch for vs2010.
Open the solution in VS and edit the properties of the BasicSccProvider project.
Go the the "Debug" tab and modify the "Start Action" to start Visual Studio. ( C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe ) in my case.
Also change the "Command line arguments" to: "/rootsuffix Exp"
When you press F5 a "Experimental instance" of Visual Studio will start up with the freshly compiled plugin enabled. You'll still need to select it in the "Source Control - Plug-In Selection" options screen. Just like you would when you'd install the plugin in the real Visual Studio.