Answers for "how to delete all the extensions in vs code and reinstall it again"

1

how to uninstall all extensions in vs code

#for mac/lunix
rm -rf ~/.vscode/extensions

#for windows
rmdir %USERPROFILE%.vscodeextensions /s
Posted by: Guest on April-29-2021
0

uninstall all extensions vscode

# For Mac/Linux users: 
# Open Terminal/Command Line
rm -rf ~/.vscode/extensions
# Hit enter
Posted by: Guest on August-11-2020
-1

hot to remove all the extensions from vs code

rmdir %USERPROFILE%.vscodeextensions /s
Posted by: Guest on February-06-2021

Code answers related to "how to delete all the extensions in vs code and reinstall it again"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language