nthor
nthor

Reputation: 29

Deleting Team Project in Azure DevOps ends in strange folders in Sourcecode Explorer of VS

Following Azure DevOps documentation, I have deleted a number of projects. The project is removed from the online view but strange folders now appear in VS 2017 source control explorer. These folders contain source code from the deleted projects.

screenshot sourcecode explorer

I tried to delete and resync my workspace but the unwanted folders synced again. Can anyone who has seen this behavior advise how i can get rid of them?

br Nico

Upvotes: 2

Views: 54

Answers (1)

Josh Gust
Josh Gust

Reputation: 4445

Edit:

It seems like this is not a new issue. I am able to reproduce this with TFVC projects only. Take a look at this post about how to remove "deleted" team projects. Hopefully that gets you moving in the right direction.

If all else fails... use Git :)


Original:

It seems to me like VS is holding onto some information about the remote and which projects it expects to be there. You may simply need to refresh the connection in VS.

enter image description here enter image description here

If the refresh still shows the deleted projects, try removing the server connection completely, and adding it fresh.

enter image description here enter image description here

Upvotes: 1

Related Questions