DEV Community

purratto
purratto

Posted on β€’ Edited on

I created a tool to manage VSCode settings on GitHub

I created a tool to manage Visual Studio Code settings on GitHub(Git).
https://github.com/otashun/vscode-settings

Getting started

git clone git@github.com:otashun/vscode-settings.git
cd vscode-settings
./install.sh
Enter fullscreen mode Exit fullscreen mode

Top comments (2)

Collapse
Β 
roseyda profile image
roseyda β€’

Great work, however is this not the same as stteingsSync (marketplace.visualstudio.com/items...) ?

Collapse
Β 
thefern profile image
Fernando B πŸš€ β€’

Settings Sync is a vscode extension. Post repo looks like a shell script to copy settings json and extensions. First glance script will only work on mac as the path is hardcoded too.