shanalikhan / code-settings-sync

🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴
https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
MIT License
4.01k stars 385 forks source link

Allow exporting to/importing from a file #1409

Open geajack opened 1 year ago

geajack commented 1 year ago

💡 Is your feature request related to a problem? Please describe. I like the idea of this extension, but I'm not crazy about being forced to sync automatically through the internet. I'd prefer to just be able to export a file and move it over to a different computer with a USB stick or something.

💡 Describe the solution you'd like Two new commands in the command palette: Settings Sync: Export to file and Settings Sync: Import from file.

💡 Additional context Maybe not too many people want this, but I'm guessing it would be easy to implement since you would just need to call whatever code does the upload/download directly rather than passing it data received over the internet.