Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to Get VS Code Extensions as .ps1 for Installing to Another Computer

code --list-extensions | ForEach-Object {"code --install-extension $_"} > extensions.ps1

//then run extensions.ps1 for installation all extension
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell get all file extensions in directory 
Shell :: ubuntu docker-compose cannot exit 
Shell :: ansible choose host file 
Shell :: get wsl version 
Shell :: powershell foreach 
Shell :: visual studio code update git password 
Shell :: curl request print response 
Shell :: set zsh as default shell 
Shell :: git force sync with remote 
Shell :: how to show extensions on files win 11 
Shell :: export requirements from python venv 
Shell :: how to see how big a file is ubuntu terminal 
Shell :: show branch detail branch info in git 
Shell :: how to open current terminal directory in file explorer 
Shell :: shell script to count number of lines in a file 
Shell :: Skype Downlaod Command. 
Shell :: install git on linux 
Shell :: bash script getopts no argument 
Shell :: see unpushed commits 
Shell :: apt install xfce 
Shell :: get current branch name git 
Shell :: zsh: command not found: npm 
Shell :: YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ 
Shell :: how install pandas in python 
Shell :: new commit 
Shell :: git diff files with main 
Shell :: show all branch git 
Shell :: git update ignore local changes 
Shell :: you failed to push some refs to git 
Shell :: sed replace all occurances? 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =