vscode-type-challenges icon indicating copy to clipboard operation
vscode-type-challenges copied to clipboard

added sync for completed questions

Open meta-panic opened this issue 1 year ago • 4 comments

Added sync for multiple devices using vs code global storage

According to the discussion

meta-panic avatar Jul 09 '24 19:07 meta-panic

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

yrming avatar Jul 10 '24 03:07 yrming

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 avatar Jul 10 '24 10:07 meta-panic

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

meta-panic avatar Jul 10 '24 11:07 meta-panic

Cool, looking forward to it.

yrming avatar Jul 10 '24 11:07 yrming