DEV Community

purratto
purratto

Posted on • Updated 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.