ondrej-tucek / vscode-extensions-install

Backup for my vscode extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script for batch installing VS Code Insiders extensions.

Backup of old working session

  1. get extensions from VS Code
    $ code-insiders --list-extensions | sort -o vscode.ext
    
  2. make backup vscode.ext to github
  3. make backup settings.json to github
    $HOME/.config/Code - Insiders/User/settings.json
    

Installation on new working session

  1. download vscode.ext
  2. download script
    $ chmod +x vscode_ext_install.sh
  3. run script
    $ ./vscode_ext_install.sh vscode.ext
    

Screenshot of test result

License

MIT

About

Backup for my vscode extensions.

License:Other


Languages

Language:Shell 100.0%