Skip to content

Instantly share code, notes, and snippets.

@yoav-lavi
Last active April 30, 2018 08:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yoav-lavi/254ecd7467b1ff87004af136d59dd1c4 to your computer and use it in GitHub Desktop.
Save yoav-lavi/254ecd7467b1ff87004af136d59dd1c4 to your computer and use it in GitHub Desktop.
Exports all vscode extensions to an installable script
# For use with vscode standard (non insiders) change "code-insiders" to "code"
code-insiders.cmd --list-extensions | ForEach-Object {Write-Output "code-insiders --install-extension $_"} > vscode-extension-installer.ps1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment