About 26,300 results
Open links in new tab
  1. Completely Uninstall Visual Studio, multiple versions

    Mar 10, 2021 · 0 from Visual studio installer all the Visual studio version will be visible from there click on more drop down and uninstall them wherever applicable.

  2. visual studio code - Why do I keep getting " [eslint] Delete `CR ...

    6 In my case I am using windows OS and git code supports in Mac and getting converted to CRLF run below Command in cmd prompt to stop files getting converted to CRLF: git config --global …

  3. How to fully clean bin and obj folders within Visual Studio?

    One of my favorites was when I realized that I couldn't delete a folder because it contained items created by Visual Studio while running with elevated privileges (so that I could debug a service). I needed to …

  4. How to remove another user's TFS workspace mapping

    When I try to edit my workspace in Visual Studio, it shows source control and local folders for my current TFS user XYZ. But what I actually want is to remove the folder bindings of the workspace for my …

  5. How to remove an unpushed outgoing commit in Visual Studio?

    3 Assuming you have pushed most recent changes to the server: Close Visual Studio and delete your local copy of the project Open Visual Studio, go to Team Explorer tab, click Manage Connections. …

  6. How do I remove deleted Git branches from Visual Studio 2015

    Aug 28, 2017 · 3 Visual Studio 2015 & 2017 Open up Team Explorer and go to the Branches view. Locate the branch you want to delete. Make sure that you aren't checked out to that branch-you can't …

  7. Force uninstall of Visual Studio - Stack Overflow

    Jan 20, 2015 · The uninstall tool, plus removing the Visual C++ 2017 redistributable and the most recent Visual Studio updates seemed to do the trick. It's probably taken 12hrs of messing around to get this …

  8. How do I clear all data for Visual Studio Code? - Stack Overflow

    Oct 7, 2023 · In this panel, search for “visual studio” and you’ll find VSCode listed under Microsoft Visual Studio Code. Click the three dots next to the program name and find the option to Uninstall. and then …

  9. How to unInstall older versions of visual studio safely

    Aug 7, 2014 · 2 Microsoft has come up with Force Uninstall Option to remove all remnants of Visual studio. This Will help you to remove previous versions of visual studio if any along with all other …

  10. visual studio - I want to delete all bin and obj folders to force all ...

    Apr 16, 2009 · 479 I work with multiple projects, and I want to recursively delete all folders with the name 'bin' or 'obj' that way I am sure that all projects will rebuild everything (sometimes it's the only way to …