vaporwavie / vscode-exporter

Exports extensions from a visual studio code to another in a glimpse.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Extensions Exporter

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.

Requirements

  • Visual Studio Code extensions list

Retrieving the extensions List

You can do this easily by typing code --list-extensions > YOUR-FILE-NAME

How to use it

  • Clone this repo
  • Execute it by typing ./vscode-exporter.sh PATH/TO/EXTENSION-FILE
  • Let the magic happen 😄

License

LICENSE

CONTRIBUTING

TODO

About

Exports extensions from a visual studio code to another in a glimpse.

License:Apache License 2.0


Languages

Language:Shell 100.0%