code-settings-sync
code-settings-sync copied to clipboard
Adding Support for Import / Export Sync Settings to File System
Sync Local Settings File can have more enhancements like adding path from which to export and import settings.
Modes will be provided to use to select either from GitHub Gist or File System via UI.
- Existing Command will be changed to Import and Export a. By Export means to Upload in Gist and Import means to Download b. Similar for File System respectively.
- Folder Path will be defined in the LocalSettings file.
- UI will be changed accordingly.
User can set a path inside OneDrive, Dropbox or other folder to view them and email them.
This feature will be developed upon user requests priority in this issue page Also when alot of other core features are shipped with extension.
IssueHunt Summary
Backers (Total: $100.00)
issuehunt ($100.00)
Become a backer now!
Or submit a pull request to get the deposits!
Tips
- Checkout the Issuehunt explorer to discover more funded issues.
- Need some help from other developers? Add your repositories on IssueHunt to raise funds.
IssueHunt has been backed by the following sponsors. Become a sponsor
I am happy you made an issue for that already.
I was interested to sync settings to a simple disk file to mimic sublimetext Package Sync plugin Then an end-user can use any number of systems to sync these files with a cloud or just send them over email, if they want so
Syncing to a folder will be a great addition. People can use a git repo on a drive, onedrive, network share, email a zip file of settings or whatever.
Any update on progress on this. Seems like it would be way easier than the current git sync!
That would be great!
I would finally be able to sync it using my dotfiles repo.
If you need any help with this, let me know.
If you need any help with this, let me know.
I am open for PR, anyone wants to implement, feel free to discuss. Code is little tightly coupled, we need to make it loosely coupled to implement the file system instead of github or gitlab
@shanalikhan, when will your PR be released? I can't wait for that
I'm not able to help with a PR, but I really needed this feature today when my primary work laptop lost internet access and I wasn't able to export the latest settings. Perhaps if the setup process asked the user whether they wanted to automatically upload changes this would be less likely to happen. I for one didn't realize that settings don't sync automatically by default.
I'm not able to help with a PR, but I really needed this feature today
Settings Sync welcomes adding bounty for tickets. If you think you can add bounty for this ticket and will be given to the person who does a complete PR. here : https://issuehunt.io/repos/47984369/issues/256
@issuehunt has funded $100.00 to this issue.
- Submit pull request via IssueHunt to receive this reward.
- Want to contribute? Chip in to this issue via IssueHunt.
- Checkout the IssueHunt Issue Explorer to see more funded issues.
- Need help from developers? Add your repository on IssueHunt to raise funds.
Being able to pass this through via a command line argument would make automated setup much easier.
Here is another inspiration. A VS Code extension that allow to save file system: https://marketplace.visualstudio.com/items?itemName=golf1052.code-sync
Hi folks! I want to try and implement it. Is it still actual?
Feel free to start.
Have a look on upcoming branch.
Get Outlook for iOShttps://aka.ms/o0ukef
From: Aleksey [email protected] Sent: Sunday, February 7, 2021 4:22:01 PM To: shanalikhan/code-settings-sync [email protected] Cc: Shan Khan [email protected]; Assign [email protected] Subject: Re: [shanalikhan/code-settings-sync] Adding Support for Import / Export Sync Settings to File System (#256)
Hi folks! I want to try and implement it. Is it still actual?
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHubhttps://github.com/shanalikhan/code-settings-sync/issues/256#issuecomment-774657057, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACC6HHGGWIRWBJHIQLKINDDS5ZZVTANCNFSM4DDJGZWA.
@shanalikhan in the meanwhile that this is tackled. Could you share if the settings can be imported manually? My use case is that I cannot make my settings public and I can't login on Github on the new PC.
So I downloaded my private gist file, and tried to place the files in /Users/user/Library/Application Support/Code/User but it didn't really work. Do you know where this files would need to be placed?