The Computer Oracle

How to COMPLETELY uninstall Visual Studio Code from Windows 10?

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Island

--

Chapters
00:00 How To Completely Uninstall Visual Studio Code From Windows 10?
00:53 Accepted Answer Score 33
01:45 Answer 2 Score 0
02:38 Answer 3 Score 2
03:50 Answer 4 Score 24
04:07 Thank you

--

Full question
https://superuser.com/questions/1380208/...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #windows10 #uninstall #visualstudiocode

#avk47



ACCEPTED ANSWER

Score 33


Here are the default paths where Visual Studio Code Insider saves files:

  • Installation path:
"%LocalAppData%\Programs\Microsoft VS Code Insiders"
  • User settings and preferences:
"%UserProfile%\.vscode-insiders"
"%AppData%\Code - Insiders"
"%AppData%\Visual Studio Code - Insiders"
  • Shortcut folder:
"%AppData%\Microsoft\Windows\Start Menu\Programs\Visual Studio Code - Insiders"

These folder save the last user session and settings/preferences. Delete those to remove old settings/preferences. If you are concerned about the remaining files after installation you may use VSCode from the portable ZIP files. Here are the direct download links extracted from VSCode alternative downloads:




ANSWER 2

Score 24


After uninstalling vscode, remove:

  • %UserProfile%\.vscode
  • %AppData%\Code
  • %LocalAppData%\Programs\Microsoft VS Code



ANSWER 3

Score 2


I was having the exact issues...

My reason for trying to do a full uninstall of Visual Studio Code was because I was having issues writing code, especially HTML codes. When I type at least 2 letters, the cursor automatically skips to the end of the page and all subsequent letters that I type is written after the HTML close tag.

...
    <p> this i </p>
 </body>
</html>s only to show the problem I was having with Visual Studio Code

I also tried uninstalling VS Code but everything remains the same and I kept having the same issues. Unlike other softwares, the uninstall application for VS Code doesn't uninstall also the components (extensions and settings). It only removes the VS Code software.

What I did was to permanently delete any and all folder that has "VS" or "Visual Studio". You also need to check "Microsoft" folders because "VS Code" folders can be found there. After doing all that you definitely want to delete a folder with the name ".vscode" and you can find in your "home" folder. The reason why your workspace remains the same is because all your previous extensions and settings are stored in that folder.

.vscode Extension

I sincerely hope I've been helpful to someone.




ANSWER 4

Score 0


It also happened with me, Seriously it is frustrating. So to uninstall it completely you have to follow these steps(any Windows OS):

  1. Press Windows+r
  2. Type %appdata%\local\Programs
  3. Go to Microsoft VS Code and permanently delete this file
  4. ----------Done-----------
  5. Now install again.

I think it should work for you also. If not then again follow these above steps and do and at the time of installing click the checkbox to Don't create a Start Menu Folder. And then install it.

-----Try these above steps, it will help you.