-
-
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
sync not working in vscode 1.37.0 #1002
Comments
There is no errors in devTool either. |
I have tried on linux and its working. @yubaoquan are you also using MacOS ? |
Also happening to me. No message or feedback. The only workaround is to turn on forceUpload. |
I use windows 10. |
New version is released. let me know if its working at your end. |
version: 3.4.2
Expect: Actual:
By the way, how to set setting sync show English text? I don't want it showing me the local language. |
Yes, There is already issue opened for this: #987 |
tried the new version 3.4.2, the problem remains. |
@shanalikhan I believe this has to do with the When it's being called here... (sync.ts:259) const gistNewer = await github.IsGistNewer(
syncSetting.gist,
new Date(customSettings.lastUpload)
); The Locally I change the Hope this helps. |
I think this is it. Since updating when I attempt to upload my settings it complains "Gist has a newer or identical version of your settings" though I know my local version is more up to date. I have to select Yes to enable forceUpload. |
I confirm the same non-sense message: Gist has newer or identical version of your settings…
Basically, this edit does the same as force upload. It’s not a fix. |
Duplicate of #1016 |
@limejuly I suggest you to open new issue if you are not asking about the Force Upload Bug.
There must be any console log. |
**Visual Studio Code Version : 1.37.0
**Code Settings Sync Version : 3.2.9 and all later versions
**Operating System : MacOS 10.13.6
**Occurs On: Upload, Download
**Proxy Enabled: No
The extension had been working perfectly, but today as VSCode automatically updates, I find it fails to sync.
By choosing "upload", the status bar says " Sync: Reading Settings and Extensions. ", and then nothing happens, no message in output.
Also, by triggering "download", the status bar says " Sync: Reading Settings Online." without any following.
I'm hoping it spit out any error message at least, so I can know which part goes wrong.
The text was updated successfully, but these errors were encountered: