Liverpoololympia.com

Just clear tips for every day

Month: September 2022

How do I delete a workspace in Visual Studio?

How do I delete a workspace in Visual Studio? Open Developer Command Prompt for VS2015 from Start menu. For getting the list of workspaces associated with user, run below command. tf workspaces /server:https://{TFS}.visualstudio.com/{CollectionName} /owner:”{Owner}” To delete the workspace, run below Read more…