Completely uninstall VSCode on MAC

Step 1: Exit the VSCode application
Step 2: Enter the following instructions to delete the settings and configurations of VSCode

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

Step 3: Enter the following instructions to delete the VSCode plug-in

sudo rm -rf $HOME/.vscode

Step 4: Remove VSCode from Application

Guess you like

Origin blog.csdn.net/xiaoxiannv666/article/details/112852206