skip to Main Content

I downloaded vs code about a year ago and flip flopped between it and pycharm, but now I find that I need to get back to vscode I realised I’ve changed some sort of file setting, where even where I try to execute a simple python function in the terminal, it returns an error. essentially all I want is a hard reset, but everytime I re-install the application it loads up the same like nothing happened, I have deleted all files before reinstalling, and I have never set up an account, so I don’t know where they are getting the data from. All I need is a hard reset!!!

I tried removed files, uninstalling and re installing.

2

Answers


  1. you can delete the .vscode folder which is hidden in your user folder:
    First uninstall the vscode. then if you’re on a mac you can find the .vscode folder in your user folder(go to your hard drive, users and then your username). now you should make the hidden folders visible. again if you are on a mac you can do that by command + shift + dot.
    now delete the .vscode folder and also delete it from the trash

    Login or Signup to reply.
  2. You can completely uninstall vscode according to this link guide.

    If you want to remove all user data after uninstalling VS Code, you can delete the user data folders Code and .vscode. This will return you to the state before you installed VS Code. This can also be used to reset all settings if you don’t want to uninstall VS Code.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search