Answers for "how to uninstall all extensions in vscode"

2

how to uninstall all extensions in vs code

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

#for windows
rmdir %USERPROFILE%\.vscode\extensions /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

Code answers related to "how to uninstall all extensions in vscode"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language