-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix default vscode settings sync value #9278
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
Conversation
@jeanp413 It would be nice if you can provide vsix file, otherwise it takes time to verify. |
Added the vsix file in description |
I'm not sure how to test this. I followed the steps, but I did not see a conflict (used to sync with GitHub...?). |
@geropl sorry about that I missed some steps, I updated it in the description. |
Setting sync worked for me, but I did not see any resolve conflict windows and could not follow verification steps because of it. |
Settings sync worked btw, but extensions although synced were not installed, also I see errors in setting sync output: Here exported logs: vscodeLogs.zip btw we should generate better file names for logs, something like |
@akosyakov I see you had already some data in your account try deleting your sync data first and then settings sync again in vscode desktop
we don't have acces to |
I tested again, and see:
|
@geropl yep that's fine, that's from the theia settings migration logic fine for now until we remove it 👍 |
Description
Fix default vscode settings sync value
How to test
Bundle gitpod-desktop vsix from Implement gitpod auth and settings sync openvscode-server#337Dowload this vsix file gitpod-desktop-0.0.30.zipGitpod: Turn on Settings Sync
commandf1
and executeSettings Sync: Turn On...
command (make sure you have some local settings already modified){}
(empty object) instead of{settings:""}
Release Notes