Last active
March 14, 2021 05:47
-
-
Save davidroyer/83578ce942fa88cb8604f9fa727f8dc5 to your computer and use it in GitHub Desktop.
Export & Import VSCode Extensions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code --list-extensions > extensions.list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat extensions.list |% { code --install-extension $_} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment