Where did these profiles in Visual Studio Team Explorer come from and how do I get rid of them?

StackOverflow https://stackoverflow.com/questions/23615217

سؤال

Where did these "profiles" in the team explorer come from and how do I get rid of them? In one of my projects there are files seemingly split across multiple of these, and I don't know what they are, how they got there, or how to get rid of them.

enter image description here

هل كانت مفيدة؟

المحلول

These are all the different work spaces that are created on your local machine. A workspaces is a local copy of your code base. Source

This tends to happen if you re-install or upgrade Visual Studio. At this point it is best if you do a cleanup, by deleting workspaces. However, be very very careful since there is a good chance that you will lose code that is not checked in.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top