Skip to content

Instantly share code, notes, and snippets.

@kaubu
Created July 22, 2023 20:35
Show Gist options
  • Save kaubu/4419be4df3b3114f031c17da182a0b38 to your computer and use it in GitHub Desktop.
Save kaubu/4419be4df3b3114f031c17da182a0b38 to your computer and use it in GitHub Desktop.
Commands to backup Codium
# Save your settings.json somewhere
# Get list of extensions
codium --list-extensions > extensions.txt
# Install extensions from list
cat extensions.txt | % { "codium --install-extension $_" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment