You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this iteration, part of the authentication API has been moved to stable, allowing extensions to consume GitHub and Microsoft authentication.
Please test that
The API itself is clear, comments are readable and contain enough information, and names make sense.
getSession behaves as expected with different options passed into it.
Calling getSession causes the authentication provider to activate if it has not done so already; there shouldn't be any issues with accessing a session immediately on startup.
onDidChangeSessions is fired on login and logout
The text was updated successfully, but these errors were encountered:
Refs: #100993
Complexity: 4
Create Issue
In this iteration, part of the
authentication
API has been moved to stable, allowing extensions to consume GitHub and Microsoft authentication.Please test that
getSession
behaves as expected with different options passed into it.getSession
causes the authentication provider to activate if it has not done so already; there shouldn't be any issues with accessing a session immediately on startup.onDidChangeSessions
is fired on login and logoutThe text was updated successfully, but these errors were encountered: