How to completely uninstall vscode on mac

后端 未结 6 901
囚心锁ツ
囚心锁ツ 2020-11-30 19:23

I need to clean install vscode on my mac. I opened the terminal and removed the .vscode/ from ~. I also delete the Visual Studio Code.app/

6条回答
  •  抹茶落季
    2020-11-30 19:55

    This worked for me ( VS Code 1.30 with MacOS - High Sierra 10.13.6 )

    Step 1:

    Close VS Code
    

    Step 2:

    rm -rf $HOME/Library/Application\ Support/Code
    

    Step 3:

    rm -rf $HOME/.vscode
    

    Step 4:

    Remove VSCode from application
    

    Step5:

    Reinstall VS Code if needed
    

提交回复
热议问题