TFS: How do I view .cs files in the VS IDE when viewing details of a shelveset?
        Posted  
        
            by Josh Leonard
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Josh Leonard
        
        
        
        Published on 2009-10-26T18:26:33Z
        Indexed on 
            2010/04/19
            14:53 UTC
        
        
        Read the original article
        Hit count: 257
        
For our code review process we open the details of a shelveset to see all files that have been worked on. Right clicking and choosing "Compare" works great for existing ( modified ) files. But, when a file has been added I just want to view the file. Double clicking ( or right click -> view ) opens .cs ( and .sql )files in notepad. When I try to open a .PRC file ( extension for our stored procedures ) I get a prompt that allows me to choose what program to use for viewing.
Does anyone know how to get this prompt to show up for .cs files ( and all other files, for that matter )
Thanks!
Configuration: Visual Studio 2008 SP1 Visual Studio 2008 Team Explorer .net 3.5 SP1 Team Foundation Server 2005
© Stack Overflow or respective owner