Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to uninstall all extensions in vs code

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

#for windows
rmdir %USERPROFILE%.vscodeextensions /s
Comment

uninstall all extensions vscode

# For Mac/Linux users: 
# Open Terminal/Command Line
rm -rf ~/.vscode/extensions
# Hit enter
Comment

PREVIOUS NEXT
Code Example
Shell :: how to check ssd health linux manjaro 
Shell :: clear ram cache ubuntu 
Shell :: git push to another remote branch overwrite 
Shell :: install psycopg2 ubuntu 20.04 
Shell :: check active number of ssh connections 
Shell :: remove nginx mac 
Shell :: robo 3t download for ubuntu 18.04 
Shell :: undo last git commit 
Shell :: how to install pip2 in kali linux 
Shell :: react select install 
Shell :: battery report ubuntu 
Shell :: centos install lsb_release 
Shell :: Failed to install the app. Make sure you have the Android development environment set up 
Shell :: Advanced SystemCare 
Shell :: conda install shapely 
Shell :: how to install docker ubuntu 
Shell :: upgrade version of node in windows 
Shell :: CocoaPods specs repository is too out-of-date to satisfy dependencies. 
Shell :: git update submodule 
Shell :: firewall status on ubuntu 
Shell :: pip upgrade stramlit 
Shell :: linux recursively find directory by name 
Shell :: conda install networkx 
Shell :: install lerna on Linux 
Shell :: how to reload docker nginx 
Shell :: Job for apache2.service failed because the control process exited with error code. 
Shell :: show all passwords linux 
Shell :: brew see list of installed packages 
Shell :: git origin 
Shell :: uninstall qgis ubuntu 20.04 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =