Merge pull request #184005 from microsoft/dev/bhavyau/welcome

Change welcome dialog contribution to Eventually
This commit is contained in:
Megan Rogge 2023-05-31 19:45:30 -05:00 committed by GitHub
commit c3867859cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ class WelcomeDialogContribution extends Disposable implements IWorkbenchContribu
}
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench)
.registerWorkbenchContribution(WelcomeDialogContribution, LifecyclePhase.Restored);
.registerWorkbenchContribution(WelcomeDialogContribution, LifecyclePhase.Eventually);
const configurationRegistry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration);
configurationRegistry.registerConfiguration({