How to completely uninstall vscode on mac

后端 未结 6 922
囚心锁ツ
囚心锁ツ 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:42

    If these steps are not enough, like for me, please consider removing these file and directory:

    • /usr/local/Caskroom/visual-studio-code
    • /usr/local/Library/Taps/caskroom/homebrew-cask/Casks/visual-studio-code.rb

    Run in a shell the following commands to check for others file or directories:

    • locate visual-studio-code
    • locate vscode
    • locate code

    Bye.

提交回复
热议问题