mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Remove old getSessions and login methods from auth provider API
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
'use strict';
|
||||
import {
|
||||
authentication,
|
||||
AuthenticationSession2,
|
||||
AuthenticationSession,
|
||||
CancellationToken,
|
||||
Disposable,
|
||||
Event,
|
||||
@@ -336,7 +336,7 @@ interface SearchQueryResults {
|
||||
}
|
||||
|
||||
class GitHubApi {
|
||||
constructor(private readonly session: AuthenticationSession2) { }
|
||||
constructor(private readonly session: AuthenticationSession) { }
|
||||
|
||||
private _graphql: typeof graphql | undefined;
|
||||
private get graphql() {
|
||||
|
||||
Reference in New Issue
Block a user