Both of backup and restore script will backup :
- Settings
- Keybinding
- Custom snippet
- Extensions
- This script only run on
Linux
andMacOS
using bash. - Visual Studio Code version >
1.19.X
- 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