Uninstall VSCode From Mac
MD
R
MarkdownThis resource provides step-by-step instructions for completely removing Visual Studio Code from a Mac system. It ensures a clean uninstallation, removing all associated files and settings, helping users free up space or prepare for a fresh installation of the popular code editor.
rm -rf $HOME/Library/Application\ Support/Code sudo rm -rf $HOME/Library/Application\ Support/Code\ -\ Insiders/ rm -rf $HOME/.vscode sudo rm -rf $HOME/.vscode-insiders/
Created on 4/6/2022