Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you select the columns displayed in Pending Changes?

Open up TFS Pending Changes. Can you add / remove columns to that display? I thought it was tied to the selected query, but change the columns in that query did nothing for the results displayed in Pending Changes.

like image 606
MADCookie Avatar asked May 26 '10 17:05

MADCookie


People also ask

How do I view pending changes in Visual Studio?

On the View menu, click Other Windows, and then click Pending Changes. The Pending Changes window is displayed. In the Pending Changes window, right-click the element that you want to compare to another version, click Compare and then click, With Workspace Version or With Latest Version.

How to remove pending changes in vs code?

To undo all changes you have made in your solution or a code project, open the context menu, and then choose Undo Pending Change. In the Undo Pending Changes dialog box, make sure the changes you want to undo are selected, and then choose Undo Changes.


2 Answers

I'm afraid that the columns displayed in the work items channel of the pending changes view are fixed and cannot be changed.

like image 121
Martin Woodward Avatar answered Nov 15 '22 05:11

Martin Woodward


you cannot add columns but if you open the query your using and sort by the columns you have added it sorts the work items by that same column although that column is not displayed in the pending changes pane.

like image 34
adam Avatar answered Nov 15 '22 03:11

adam