-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync data on cloud #17
Comments
@Laffery Thank you very much for your suggestion, I am thinking about how to implement this feature perfectly. |
What about sync completed tasks to the cloud?
|
Do we want to sync only progress or the solutions as well? https://github.com/shanalikhan/code-settings-sync - the extension(it is deprecated) used github oauth to store its information in secret gists @yrming what do you think? |
@meta-panic @dabuside From my perspective, I think sync solutions might be more perfect. If we only sync progress, when users click on a completed challenge, they can't see their own solution to the challenge, which feels a bit weird. |
I agree with you. Sync progress and all done or draft solutions will be helpful If vscode-setting-sync or github-gist allow us to upload those data to cloud. |
Awesome extension it is!
I have two or more devices, which are for work or for life. Unfortunately, the
workspaceFolder
is local, and I have to create GitHub repository to sync my challenges data from different devices.Is there any much more convenient way to sync data on cloud? Or any plan to support this feature in your roadmap?
The text was updated successfully, but these errors were encountered: