-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add doNotAskAgain button for Sign In and Select Organization windows #560
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this sets context, I think we want to add a new command that resets this state in case someone hits it by accident.
Added new command Reset state to this extension. |
Looks like we need another review because I pushed changes... |
Thank you, LGTM. |
@DmitriiBobreshev Any idea when a new release of the extension will be available with this fix ? Working from an internet offline VM with a custom schema is a pain with the connection pop-up appearing every time a new file is opened. |
I added two new states to the state manager when user disables signing (doNotAskAgainSignIn) in and selecting organization (doNotAskAgainSelectOrg).
These states are used to store the choices when users disable the information windows for signing in and selecting an organization.