diff --git a/src/vs/vscode.d.ts b/src/vs/vscode.d.ts index 60fe1cf937972..20aa8dcc02a19 100644 --- a/src/vs/vscode.d.ts +++ b/src/vs/vscode.d.ts @@ -11640,9 +11640,8 @@ declare module 'vscode' { export function getSession(providerId: string, scopes: string[], options: AuthenticationGetSessionOptions): Thenable; /** - * 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. + * An [event](#Event) which fires when the authentication sessions of an authentication provider have + * been added, removed, or changed. */ export const onDidChangeSessions: Event; }