Skip to content

Instantly share code, notes, and snippets.

View m4ss1m0g's full-sized avatar
🏠
Working from home

Massimo Giambona m4ss1m0g

🏠
Working from home
View GitHub Profile
@m4ss1m0g
m4ss1m0g / export_vscode_extesions.md
Created September 13, 2024 16:32 — forked from joseluisq/export_vscode_extesions.md
How to export your VS Code extensions from terminal

How to export your VS Code extensions from terminal

Note: Unix-like systems only.

  1. Export your extensions to a shell file:
code --list-extensions | sed -e 's/^/code --install-extension /' > my_vscode_extensions.sh