Horje
how to uninstall all extensions in vs code Code Example
how to uninstall all extensions in vs code
#for mac/lunix
rm -rf ~/.vscode/extensions

#for windows
rmdir %USERPROFILE%\.vscode\extensions /s
how to delete visual studios code extensions
//How To Delete all Visual Studios Code Extensions that you installed


//Open Terminal or Command Prompt, and enter one of this codes below to delete
//your extensions 

// For Mac/Linux
rm -rf ~/.vscode/extensions
//For Windows 
rmdir %USERPROFILE%\.vscode\extensions /s
uninstall all extensions vscode
# For Mac/Linux users: 
# Open Terminal/Command Line
rm -rf ~/.vscode/extensions
# Hit enter
hot to remove all the extensions from vs code
rmdir %USERPROFILE%\.vscode\extensions /s




Shell

Related
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Code Example E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? Code Example
remove nginx Code Example remove nginx Code Example
valet install command not found Code Example valet install command not found Code Example
ubuntu glibc install Code Example ubuntu glibc install Code Example
adb logcat unity Code Example adb logcat unity Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14