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

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 :: command for discard change in git 
Shell :: squash commit history git 
Shell :: crontab error log 
Shell :: upgrade docker-compose version 
Shell :: how to check user in group linux 
Shell :: Flutter doctor error - Android sdkmanager tool not found. Windows 
Shell :: install solana anchor 
Shell :: install steghide ubuntu 
Shell :: ionic capacitor android 
Shell :: ubuntu install lamp 
Shell :: whats the file path for the documents folder linux 
Shell :: ubuntu folder size 
Shell :: install beekeeper ubuntu 
Shell :: converting mp3 with FFMPEG 
Shell :: shell one line for loop 
Shell :: failed to start openbsd secure shell server 
Shell :: npm cors api use 
Shell :: How to Change Your MySQL/phpmyadmin Password in XAMPP 
Shell :: create new repo 
Shell :: tv on ubuntu 
Shell :: vim reverse lines 
Shell :: command to list system services 
Shell :: openjdk 1.8 mac brew 
Shell :: mac force quit 
Shell :: using yarn in docker 
Shell :: how to remove git commit history 
Shell :: jenkins store sh output in variable 
Shell :: docker getting-started 
Shell :: windows cmd remove a not empty directory 
Shell :: kde 144hz 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =