An open API service indexing awesome lists of open source software.

https://github.com/explooosion/vscode-sync

Synchronize your Visual Studio Code Extensions.
https://github.com/explooosion/vscode-sync

backup restore sync visual-studio-code vscode

Last synced: 10 months ago
JSON representation

Synchronize your Visual Studio Code Extensions.

Awesome Lists containing this project

README

          

# VSCode Sync

[![forthebadge](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/makes-people-smile.svg)](https://forthebadge.com)

Synchronize your Visual Studio Code Extensions.

Please fork this repo if you want to backup your vscode extensions.

## Installation

```bash
yarn install
```

## Backup

```bash
yarn backup
```

```bash
git add -A && git commit -m "backup vscode extensions"
```

```bash
git push
```

## Restore

```bash
yarn restore
```

## License

[MIT](http://opensource.org/licenses/MIT)