Merge remote-tracking branch 'origin/main' into connor4312/inline-remote-resolver

This commit is contained in:
Connor Peet
2023-05-11 09:55:21 -07:00
185 changed files with 3942 additions and 1858 deletions

View File

@@ -257,7 +257,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
return extHostAuthentication.getSession(extension, providerId, scopes, options as any);
},
getSessions(providerId: string, scopes: readonly string[]) {
checkProposedApiEnabled(extension, 'getSessions');
checkProposedApiEnabled(extension, 'authGetSessions');
return extHostAuthentication.getSessions(extension, providerId, scopes);
},
// TODO: remove this after GHPR and Codespaces move off of it