Imagine that you're going to buy a new dev laptop, and you'll have to consequently re-download every single one of your extensions from VSCode. This tool will do this for you, by parsing your extensions list and installing all of them or just a specific one.
- Visual Studio Code extensions list
You can do this easily by typing code --list-extensions > YOUR-FILE-NAME
- Clone this repo
- Execute it by typing
./vscode-exporter.sh PATH/TO/EXTENSION-FILE
- Let the magic happen 😄
TODO