-
-
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
Implement upload delay setting #390
Comments
I think it's better to start the Upload process on Settings and extension changes. |
I see, thank you @shanalikhan |
@shanalikhan, just curious, but have you been able to implement the improvements you mentioned above? I was about to open an issue and make the same request when I found this one. Thing is, personally I'd actually like to set something like a 30 second or even 1 minute delay before it auto uploads.. Is there any chance of having a configurable delay for this until such time as you change the way it works? |
@ZaLiTHkA may i know why you want to add a delay. |
sorry for the delay, I've been away from my computer this whole weekend.. I would like a delay in the upload for essentially the same reasons that @Jasius gave: when making changes to things like system settings, key bindings, installed extensions, custom snippets, etc., this extension is constantly uploading the changes. from a usability point of view inside VSCode, I suppose this isn't really an issue, but when looking at the change history in the relevant GitHub Gist, it gets really difficult to see all the changes that were made over the period of mere minutes. |
I felt the same, I have auto sync disabled nowadays because it was a little frustrating without delay. |
@arnohovhannisyan Lets add this in I think we can add |
That's awesome, thank you! @shanalikhan |
v3.4.0 is released containing this fix. |
I have v3.4.2 installed and don't see this setting available anywhere. It also does not autocomplete when I attempt to edit my settings file manually. |
See Settings Sync Global Settings https://github.com/shanalikhan/code-settings-sync#global-settings Config is |
Visual Studio Code Version : 1.15
Code Settings Sync Version : 2.8.3
Operating System : Windows 10 Creators update
Occurs On: Upload
Proxy Enabled: No
GIst Id: https://gist.github.com/Jasius/1d63509b67a4fdf1c3344aa8d90826d2
Hey,
One thing that annoys me the most about this extension is that there's a very short delay upon which upload gets triggered, so lets say whenever you're changing settings, making snippets it uploads all those unfinished changes which in 5 seconds which is unreasonable time frame in my opinion.
My proposal is so that there would be an option which would allow you to set up delay in settings or just make default upload delay 1 minute.
Cheers, Jaska.
The text was updated successfully, but these errors were encountered: