Completely delete vscode and vscode plug-in records

Recently, I damaged my vscode due to misoperation and had to reinstall it. However, I uninstalled vscode and reinstalled it directly on the control panel. I found that it still didn't work. Finally, I realized that the reinstallation of the software was ineffective because it was not completely deleted. So here I record how to completely understand vscode, as well as the plug-in for recording vscode (will be added later).

Completely delete vscode

Uninstalling the program is very simple, but to completely delete it, you need to delete some automatically generated files. For example, if you want to completely delete vscode, you must not only delete the software, but also manually delete plug-ins and configuration files, otherwise it may be affected when reinstalling.

1. First uninstall vscode

Uninstall in control panel

 Or double-click the uninstall executable file in the Android path

 2. Delete the .vscode file (there are some plug-ins in it, optional)

The .vscode folder is under the user folder on drive C.

In the extensions folder under the .vscode folder are some folders automatically generated by installing extensions

 

 3. Delete the code folder (it contains some configuration information, cache data and other information, optional)

Find the Code folder under AppData/Roaming under the C drive user folder and delete it.

ps: If the AppData folder cannot be found under the username folder of the C drive, it may be that the file is hidden. Just display it: Folder → View → Show hidden folders.

vscode common plug-in records 

1. Chinese (Simplified) language pack for VS Code

Chinese (Simplified) Language Pack for Visual Studio Code

2. Highlight

Winter

3. Used for jumps to methods, properties, and components

view-helper

4. Formatting

Vue Language Features (Volar) 

5. Check the information of the last modified person or submitter of the code, time and other information

GitLens — Git supercharged 

Guess you like

Origin blog.csdn.net/Celester_best/article/details/126337227