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.
- Host: GitHub
- URL: https://github.com/explooosion/vscode-sync
- Owner: explooosion
- License: mit
- Created: 2018-08-05T19:43:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T06:11:06.000Z (over 7 years ago)
- Last Synced: 2025-01-24T22:11:24.372Z (12 months ago)
- Topics: backup, restore, sync, visual-studio-code, vscode
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Sync
[](https://forthebadge.com)
[](https://forthebadge.com)
[](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)