/backup-vscode

Bash Script for backup vscode user settings, keybinddings, snippets, and extensions.

Primary LanguageShell

Backup and Restore Visual Studio Code Scipts

Usage

Both of backup and restore script will backup :

  • Settings
  • Keybinding
  • Custom snippet
  • Extensions

Compatibility

  • This script only run on Linux and MacOS using bash.
  • Visual Studio Code version > 1.19.X

How to Install

  • Clone repo
> git clone https://github.com/firhatsungkar/backup-vscode.git
  • Open the directory
> cd backup-vscode
  • Give executable permission
> chmod +x backup.sh restore.sh
  • Run backup script
> ./backup.sh
  • After script has been finish executed, It will create config directory for your all backup file.
  • To restore, run restore.sh
> ./restore.sh