How to add a Pending Changes button to a toolbar in VS 2010

I would like to have access to the Pending Changes button directly from the toolbar in Visual Studio 2010 without having to click on the submenu.

I know how to add buttons in the toolbar, but I can’t find the Pending Changes button in the settings window.

I found something called Pending Verifications, but that seems like something else.

Thanks.

+7
source share
1 answer

Found. It is in view mode -> tfsPendingChanges.

You can also find tfsSourceControlExplorer and tfsHistory.

So, I created a new toolbar only for these elements.

+11
source

All Articles