VSCode completely uninstall

VSCode Complete Uninstall - Window 10


Preparing for Uninstallation (Optional)

In VSCode "Extensions", delete any plugins you don't need, then "Sync" (if VSCode is logged in).

Restart VSCode once, and the packages of these plugins will be deleted.


VSCode uninstall

insert image description here
insert image description here


delete local cache

Cache information, completely deleted.

Roaming cache

delete Codefolder

C:\Users\用户名\AppData\Roaming\Code

insert image description here

Local cache

There may be a cache in the Local directory, delete the folder vsstarting with .

C:\Users\用户名\AppData\Local\vscode-sqltools
C:\Users\用户名\AppData\Local\vsixinstaller

insert image description here


delete local plugin

Delete the plugins installed by VSCode.

After deleting all plugins in VSCode's "Extensions", there may still be leftovers, which can be completely deleted manually.

The folder address is as follows:

C:\Users\用户名\.vscode

insert image description here


delete environment variable

用户变量- Path, may contain VSCode environment variables.

When VSCode is uninstalled, this environment variable will be automatically deleted.

  • If you uninstall and then install the new version, you don't need to delete it manually.

  • If the old version and the new version are installed at the same time, the environment variable may conflict, it is recommended to delete it manually, or modify it to a new address.

insert image description here

insert image description here

Guess you like

Origin blog.csdn.net/sgx1825192/article/details/129111380