Q:

uninstall all extensions vscode

# For Mac/Linux users: 
# Open Terminal/Command Line
rm -rf ~/.vscode/extensions
# Hit enter
1
//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
1

New to Communities?

Join the community