-
Notifications
You must be signed in to change notification settings - Fork 108
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 and checkout the master branch for vs2010.
Edit properties for project BasicSccProvider.
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.