Skip to content

Instantly share code, notes, and snippets.

@nickstanish
Created February 6, 2023 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickstanish/3ed6c3c4b282c1ef1c5d76adf2575b96 to your computer and use it in GitHub Desktop.
Save nickstanish/3ed6c3c4b282c1ef1c5d76adf2575b96 to your computer and use it in GitHub Desktop.
Print VS Code Extensions
code --list-extensions | xargs -L 1 -I {} echo "https://marketplace.visualstudio.com/items?itemName={}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment