Answers for "uninstall all the 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

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language