views:

41

answers:

1

On the Work Items tab of the Pending Changes window in Visual Studio (I'm using 2008), there is a dropdown list for the Query field which contains recently selected queries. Where is this list stored? I'd like to clean the list up.

+2  A: 

There's one for each server you've connected to: %LOCALAPPDATA%\Microsoft\Team Foundation\2.0\Cache\WorkItemHistory_[guid].config

where [guid] is the server's GUID.

Richard Berg
Perfect! Thank you.
Todd Ropog