Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

get vscode extensions with powershell script

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

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

PREVIOUS NEXT
Code Example
Shell :: linux get ip by domain 
Shell :: how to put value of one variable into another in bash 
Shell :: install plasma kde manjaro 
Shell :: kill port mac terminal 
Shell :: linux view directory premmisiosns 
Shell :: how to install pip on linux 
Shell :: git checkout tag 
Shell :: how to check laravel installer version 
Shell :: array length bash 
Shell :: what .net framework do i have installed 
Shell :: install android sdk 
Shell :: docker-compose update code without using build again 
Shell :: ffmpeg not installed 
Shell :: run container and rm 
Shell :: brew install golang-migrate 
Shell :: centos speedtest 
Shell :: docker compose keep container running 
Shell :: bash scripts options without arg 
Shell :: git remove file from gitignore 
Shell :: pip install bootstrap 
Shell :: How to use the sort command 
Shell :: gnome files command 
Shell :: docker remove tag 
Shell :: zsh for loop 
Shell :: image converter linux 
Shell :: shell function example 
Shell :: mac terminal unzip to directory 
Shell :: is lubuntu better than ubuntu 
Shell :: bash if number equals 
Shell :: remote origin already exists. 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =