@@ -15,7 +15,7 @@ import Logger from './common/logger';
1515import * as PersistentState from './common/persistentState' ;
1616import { parseRepositoryRemotes } from './common/remote' ;
1717import { Resource } from './common/resources' ;
18- import { BRANCH_PUBLISH , EXPERIMENTAL_ACCOUNT_BADGE , FILE_LIST_LAYOUT , GIT , OPEN_DIFF_ON_CLICK , PR_SETTINGS_NAMESPACE } from './common/settingKeys' ;
18+ import { BRANCH_PUBLISH , FILE_LIST_LAYOUT , GIT , OPEN_DIFF_ON_CLICK , PR_SETTINGS_NAMESPACE } from './common/settingKeys' ;
1919import { TemporaryState } from './common/temporaryState' ;
2020import { Schemes , handler as uriHandler } from './common/uri' ;
2121import { EXTENSION_ID , FOCUS_REVIEW_MODE } from './constants' ;
@@ -341,7 +341,7 @@ async function deferredActivate(context: vscode.ExtensionContext, apiImpl: GitAp
341341 const experimentationService = await createExperimentationService ( context , telemetry ) ;
342342 await experimentationService . initializePromise ;
343343 await experimentationService . isCachedFlightEnabled ( 'githubaa' ) ;
344- const showBadge = ( ( vscode . env . appHost === 'desktop' ) && ( experimentationService . getTreatmentVariable ( 'vscode' , 'showAuthBadge' ) || vscode . workspace . getConfiguration ( PR_SETTINGS_NAMESPACE ) . get ( EXPERIMENTAL_ACCOUNT_BADGE , false ) ) ) ;
344+ const showBadge = ( vscode . env . appHost === 'desktop' ) ;
345345 await credentialStore . create ( showBadge ? undefined : { silent : true } ) ;
346346
347347 deferredActivateRegisterBuiltInGitProvider ( context , apiImpl , credentialStore ) ;
0 commit comments