-
-
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
"Settings sync" screen appears #963
Comments
@alkurop Can you make sure that you've properly removed the extension? This can't happen if you did. |
I tried to uninstall it and the uninstall fails. Same with disable. I ended up having to manually remove the extension. On a mac you can run |
Yep, shows up every time I restart vscode. :( . uninstalled. |
Is there no way to stop it from opening every time? I like Settings Sync and want to keep it but this screen opening every time I open VS Code is really irritating! |
Yes, we are planning to fix this issue in next version.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: N U R O ™ <notifications@github.com>
Sent: Wednesday, July 17, 2019 7:54:41 PM
To: shanalikhan/code-settings-sync
Cc: Subscribed
Subject: Re: [shanalikhan/code-settings-sync] "Settings sync" screen appears (#963)
Is there no way to stop it from opening every time? I like Settings Sync and want to keep it but this screen opening every time I open VS Code is really irritating!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#963?email_source=notifications&email_token=ACC6HHCKU5G7IRLNHLM4F23P74XDDA5CNFSM4IEAVD62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2EPFQY#issuecomment-512291523>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACC6HHACESU7LCOGYEISVULP74XDDANCNFSM4IEAVD6Q>.
|
Same for me. Very annoying for an otherwise excellent extension. Would be better if you could release a hotfix for this instead of planning a fix in the next version 😉 |
Until it's fixed, you should try this dirty hack... Open ~/.vscode/extensions/shan.code-settings-sync-3.4.0/out/extension.js. Search for: OpenLandingPage=function() It should look like this: e.prototype.OpenLandingPage=function(){var e=this,t=this.webviews[0] Add "return;" After the opening braces and before everything else: e.prototype.OpenLandingPage=function(){return;var e=this,t=this.webviews[0] This prevents the landing page from showing. |
We have found some other things to improve the Setup Guide and making the UX more better. Hold on we will release in next days. :) thanks for patience, i'm getting alot of bad reviews and emails mentioning this thing only 😄 |
I'm not surprised. This is why (if I were you) I'd release a hotfix to stop this bug and bad reviews happening, then make your improvements 😞 |
There was a delay due to other issues during setup. We have improved the UX alot. It is fixed in |
Upgraded to 3.4.1, yet still I get the |
U can disable it using the checkbox in the bottom right corner
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Daniel Reznicek <notifications@github.com>
Sent: Monday, July 22, 2019 11:57:13 PM
To: shanalikhan/code-settings-sync
Cc: Shan Khan; State change
Subject: Re: [shanalikhan/code-settings-sync] "Settings sync" screen appears (#963)
Upgraded to 3.4.1, yet still I get the Settings Sync screen.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#963?email_source=notifications&email_token=ACC6HHEP4YOVNZ6BFD62ILTQAX7ITA5CNFSM4IEAVD62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2Q2ODI#issuecomment-513910541>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACC6HHAHTXTJWQ4NAX2BQHLQAX7ITANCNFSM4IEAVD6Q>.
|
Upgraded to v3.4.1, unchecked the checkbox bottom right still getting this welcome screen. Am going to uninstall it 😞 |
have you reset the settings? after unchecking it. |
This welcome screen is a really bad idea anyway, no idea why it should even be there. Extensions should be invisible in the background. If I want to know more I can go to the extension and check out the home page |
I don't know what you mean by "reset the settings". I unchecked the box, quit and opened again. Then checked it, quit and opened again, then unchecked it, quit and opened again. No matter what I did it kept appearing. I've removed it now. May reinstall at a later date if I need to sync between machines. |
Okay, let me explain the steps.
If you find other behaviour as intended, open issue for it, We will fix it. |
Duplicate of #959 |
"Settings sync" screen appears on every time I start vscode.
I already removed your plugin but it still appears.
I hate it.
How do i get rid of it?
Very annoying
The text was updated successfully, but these errors were encountered: