WebMasterCampus
WEB DEVELOPER Resources

Completely Uninstall Visual Studio Code Extensions

Learn How to Completely Uninstall vs Code Extensions


All Visual Studio Code extensions are usually stored under “%USERPROFILE%.vscode\extensions”. Deleting all folders inside that will remove all extensions.

For Windows

You can always get to your profile folder using the environment variable %USERPROFILE%.

Step-1: Search %USERPROFILE% Or Open a new File Explorer window.Click in the location bar and Type %USERPROFILE% and press Enter.

Step-2: Go inside .vscode Folder

Step-3: Remove extensions folder

Also, remove files and folder from following directories

Delete directory → %AppData%\Code

Delete directory → %LocalAppData%\Programs\Microsoft VS Code

For Linux/MAC

Delete directory → ~/.vscode/extensions

Created with love and passion.