Remove authentication provider package.json declaration

This commit is contained in:
Rachel Macfarlane
2021-03-01 13:50:51 -08:00
parent 8e37e4722e
commit 811dc8d45a
7 changed files with 2 additions and 102 deletions

View File

@@ -1140,7 +1140,6 @@ export interface ExtHostAuthenticationShape {
$removeSession(id: string, sessionId: string): Promise<void>;
$onDidChangeAuthenticationSessions(id: string, label: string): Promise<void>;
$onDidChangeAuthenticationProviders(added: modes.AuthenticationProviderInformation[], removed: modes.AuthenticationProviderInformation[]): Promise<void>;
$setProviders(providers: modes.AuthenticationProviderInformation[]): Promise<void>;
}
export interface ExtHostSecretStateShape {