Answers for "How to Export VS Code Extensions to Another Computer using PowerShell"

0

How to Export VS Code Extensions to Another Computer using PowerShell

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

then run extensions.ps1 for installation all extension
Posted by: Guest on October-25-2021

Code answers related to "How to Export VS Code Extensions to Another Computer using PowerShell"

Browse Popular Code Answers by Language