且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将“显示解决方案更改"设置为作为VS2013 TFS中包含的更改的默认视图选项

更新时间:2023-10-05 12:21:16

据我测试,此默认设置由以下注册表项控制.如果此注册表项的值设置为1,则它应更改默认行为以通过解决方案更改"进行过滤.

As far as I tested, this default setting is controlled by the following registry entry. If the value of this registry entry is set as 1, then it should change the default behavior to filter by "Solution Changes".

"HKCU \ Software \ Microsoft \ VisualStudio \ 12.0 \ TeamFoundation \ SourceControl"

名称: FilterPendingChanges REG_DWORD

Name: FilterPendingChanges REG_DWORD

值:1 =显示解决方案更改

Value: 1 = Show Solution Changes

值:0 =全部显示

由于我们处于此主题上,因此,如果要将默认文件列表更改为列表视图"而不是树视图",则应修改以下注册表项:

Since we are on this topic, if you want to change the default file listing to "List View" instead of the "Tree View", you should modify the below Registry entry:

"HKCU \ Software \ Microsoft \ VisualStudio \ 12.0 \ TeamFoundation \ SourceControl \ PendingCheckins"

名称: ListLayout REG_DWORD

Name: ListLayout REG_DWORD

值:1 = TreeView

Value: 1 = TreeView

值:2 = ListView

Value: 2 = ListView