-
-
Notifications
You must be signed in to change notification settings - Fork 394
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
Display List of Available Gist On Connected User Account #308
Comments
@ioprotium As you have implemented the feature. After changing the host, we need to execute the command like this: code-settings-sync/src/sync.ts Line 52 in 3fdbd57
Thoughts? |
I think downloading the settings again wont be necessary. We just filter the settings for the new host value and write it to the disk. |
Instead of hot switch in same env. Displaying the list will be shipped on v3.4.0 |
Duplicate of #506 |
Originally from #261 (comment)
Showing List of Available GIST on Upload / Download
Upload
When user add token and hit upload. There will be two cases.
If the gist id is already added, it will upload to that gist.
If gist id not added in extension settings, it will scan all the gist and show a list with gist description SORTED BY last updated date only.
Download
Similarly when user download the settings.
Two scenarios, if gist ID is added in settings it will download from that settings and if not added, it will scan user gist same with gist description and sorted by last updated gist in a list AND OTHER option to download other user gist by providing the ID.
Hot Switch
Hot switch will be used when you want have the one code settings dev environment and you want another, This option will be added in the advance command in extension and will show Download like behaviour and you can switch to other Gist ( or other dev environment )
User wont be able to see list by its gist id or file name but with last updated gist date and gist description.
The text was updated successfully, but these errors were encountered: