Skip to content

Instantly share code, notes, and snippets.

@nicc777
Created January 7, 2024 07:39
Show Gist options
  • Save nicc777/50cd4fa0ba87474e51de8e8d42f387fd to your computer and use it in GitHub Desktop.
Save nicc777/50cd4fa0ba87474e51de8e8d42f387fd to your computer and use it in GitHub Desktop.
Quickly get a list of installed VS Code Extensions

Just run the following command:

cat ~/.vscode/extensions/extensions.json | jq -r ".[] | .identifier.id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment