Skip to content
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

authentication.onDidChangeSessions jsdocs aren't accurate #103986

Closed
eamodio opened this issue Aug 4, 2020 · 0 comments
Closed

authentication.onDidChangeSessions jsdocs aren't accurate #103986

eamodio opened this issue Aug 4, 2020 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Milestone

Comments

@eamodio
Copy link
Contributor

eamodio commented Aug 4, 2020

Testing #103871

/**
 * An [event](#Event) which fires when the array of sessions has changed, or data
 * within a session has changed for a provider. Fires with the ids of the providers
 * that have had session data change.
 */
export const onDidChangeSessions: Event<AuthenticationSessionsChangeEvent>;
@RMacfarlane RMacfarlane added the bug Issue identified by VS Code Team member as probable bug label Aug 4, 2020
@RMacfarlane RMacfarlane added this to the July 2020 milestone Aug 4, 2020
@connor4312 connor4312 added the verified Verification succeeded label Aug 6, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Sep 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants
@eamodio @connor4312 @RMacfarlane and others