Strange path / tree structure in Visual Studio add-in
I'm getting the following strange path / tree structure in the Visual Studio add-in.
Note the "\" in the path instead of creating new tree nodes:

Also note that everything is all lowercase, which is not how the paths/files are in TFS:

Please sign in to leave a comment.
Hi Ike,
when there is nothing to show under a specific node except a single folder, they are collapsed. This is default behavior through our IDEs as well.
The reason for the lower case files is to work around this issue https://youtrack.jetbrains.com/issue/TW-61535 . We hope the actual fix to be introduced later with the new resharper releases.
Hope this helps.
Thanks for the explanation.