A clean uninstall of vscode

steps

  1. save your extension list (your settings.json)
  2. remove settings and configs
rm -rf $HOME/Library/Application\ Support/Code
# add sudo if you needed to

# if you're using insider*
sudo rm -rf $HOME/Librry/Application\ Support/Code\ -\ Insiders/
  1. remove all extensions
rm -rf $HOME/.vscode
# add sudo if you needed to

# if you're using insider*
sudo rm -rf $HOME/.vscode-insiders/
  1. remove vscode application
  2. download vscode and install again.

ref