yrming / vscode-type-challenges

Take Type Challenges in VS Code
https://marketplace.visualstudio.com/items?itemName=YRM.type-challenges
MIT License
44 stars 12 forks source link

added sync for completed questions #26

Open meta-panic opened 2 months ago

meta-panic commented 2 months ago

Added sync for multiple devices using vs code global storage

According to the discussion

yrming commented 2 months ago

Thanks a lot. Could you try to synchronous solutions as well?

meta-panic commented 2 months ago

Thanks a lot. Could you try to synchronous solutions as well?

I'm not sure if we should use VS Code's built-in sync to store code solutions, as the documentation doesn't explicitly mention the size of the globalStore.

I've been thinking about it, and I really like the solution using https://github.com/shanalikhan/code-settings-sync with GitHub Gist.

Overall, I like the current solution for now. We can review and merge it, and then add options with GitHub Gist/S3 bucket, etc.

What do you think?

meta-panic commented 2 months ago

I have started off the github-gist with solutions sync version, it is based on the current branch, but it might take some time so up to you to close the MR or let it go

yrming commented 2 months ago

Cool, looking forward to it.