-
-
Notifications
You must be signed in to change notification settings - Fork 390
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: GIST NOT SAVED when uploading settings to gist #1039
Comments
Has anyone experienced the same issue? |
I have uninstalled and reinstalled the extension, even creating a new GIST, but to no avail. |
It should be fixed on the latest version of Settings Sync |
Try removing the extension and restarting the code and installing extension. Then reset the extension settings and try to upload on new gist. |
Followed your steps, but got the same error: |
Okay, can you upload your |
Which folder, exactly? |
I've also updated to latest version, and check it out. Same error as @vcorreia. I'm on a personal machine so I don't have corporate issues. I'm working from a windows machine and not sure which folder you want? |
Hello everyone, I've been caught up by work and have not had a chance to see if the issue had any updates. |
@vcorreia and @taigi100 |
@vcorreia nope, still not working @shanalikhan mentioned of a |
I have exact the same Problem, with a german error message. Because I used the Profile Switcher Extension (aaronpowell.vscode-profile-switcher) my settings.json is about 966 Lines long. May be this could caused the problem? |
@taigi100 I can see that u uses this extension too ! @shanalikhan can this be the problem? Is there a max size for a gist? |
Yeah, after removing the extension everything works likes expected ! :-) ! |
What really is there in 966 lines of configurations? I have to see how GitHub limit users in Gist in terms of length. |
@jtuttas @shanalikhan |
Guys, After removing the extension Profile Switcher Extension, I was also able to sync properly! |
Spoke too soon... I deleted my gists and did a settings reset. Was able to sync properly the first time, but after that it fails again. It sure seems to be hitting some sort of upload limit. If I delete the only GIST I have for code-settings and try to upload, it works (for the first run). |
FYI - Removal of Profile Switcher seemed to resolve the problem for me. |
Can you guys open issue on Profile Switcher and let author know about it, linking this issue. I have tried on Ubuntu, Windows and its working perfectly. I will try to spend some time on it later on. |
@shanalikhan I'm going to try some more. Likely re-enabling Profile Switcher and observe results. The challenge I'm having is understanding why_ Settings Sync is unable to save. Is there a way to get more detailed debugging information from Settings Sync that may show what failed? For example, is there a way to see the error coming from GitHub, as @Zed-M suggested earlier? |
Thank you for your investment on this issue. |
Can you guys provide me concrete steps to reproduce it (including installing profile switcher). I will get the settings from #1039 (comment)
Are you getting this same exception on event fresh install and Settings Sync configured. Can you post your console logs? |
@shanalikhan I'm not sure I would be able to provide some exact steps. It's one of those bugs that seemed to work find and then suddenly stopped working. I'll try to check it out more in depth after I'm done with some current projects I'm working on. |
👋 Howdy all, author of Profile Switcher here. Let me know what I can do to help debug/resolve this. If it seems there's a problem that the max size of a gist is being hit (is there a max size, I'm unsure) I'll have to think more creatively around how the extensions are tracked for profiles. (I'm aware that the extension tracking support I added caused the |
@shanalikhan I don't have profile-switcher and I still get the error.
If I remove the gist and upload again it creates a new one, but on the second upload it fails again. |
Same here. I've been using code-settings this way, by deleting the first gist and uploading again... |
I had the same issue, to solve this problem I add |
I had the same issue, but with the webhint extension. This extension adds the folder The Maybe a universal fix would be adding |
Yeah, with Profile Switcher, both |
:( |
Add code {
"ignoreUploadFolders": [
"node_modules",
"workspaceStorage"
], |
it maybe be cause by this (#1039 (comment)), "ignoreUploadFolders": [
"History",
"workspaceStorage"
], after add it, settings sync work again |
Thank you, guys. Super helpful! |
I've added node_modules and History to ignored Folders, and it worked. |
🐛 Describe the bug
I'm trying to set up my sync, used to work find but today I noticed I'm getting the following error when trying to upload settings:
🌴 Visual Studio Code Version : [ 1.38 ]
🌴 Code Settings Sync Version : [3.4.2 ]
🌴 Operating System : [ Windows 10 ]
🌴 Occurs On: [Upload]
🌴 Proxy Enabled: [ No ]
🌴 Gist Id: [0ff283486d00810e5af0740e91352207]
The text was updated successfully, but these errors were encountered: