Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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
Source by www.codeproject.com #
 
PREVIOUS NEXT
Tagged: #How #Get #VS #Code #Extensions #Installing #Another #Computer
ADD COMMENT
Topic
Name
1+5 =