Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. After uninstalling, check that the program folder was removed:
  2. ```
  3. C:\Users\<USERNAME>\AppData\Local\Programs\Microsoft VS Code (for user installation)
  4. or
  5. C:\Program Files\Microsoft VS Code (for 64-bit)
  6. or
  7. C:\Program Files (x86)\Microsoft VS Code (for 32-bit)
  8. ```
  9.  
  10. Then remove:
  11. ```
  12. C:\Users\<USERNAME>\.vscode (installed extensions)
  13. C:\Users\<USERNAME>\AppData\Roaming\Code (program settings, workspace settings)
  14. ```
  15.  
  16. and then reinstall.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement