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
I created a tool to manage Visual Studio Code settings on GitHub(Git).
https://github.com/otashun/vscode-settings
git clone git@github.com:otashun/vscode-settings.git
cd vscode-settings
./install.sh
For further actions, you may consider blocking this person and/or reporting abuse
Megha Sharma -
Jimmy McBride -
Joris Conijn -
Serif COLAKEL -
Top comments (2)
Great work, however is this not the same as stteingsSync (marketplace.visualstudio.com/items...) ?
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.