DEV Community

I created a tool to manage VSCode settings on GitHub

purratto on November 27, 2020

I created a tool to manage Visual Studio Code settings on GitHub(Git). https://github.com/otashun/vscode-settings Getting started gi...
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.