Change welcome dialog contribution to Eventually

This commit is contained in:
Bhavya U 2023-05-31 17:03:32 -07:00
parent c4cfd83472
commit cba2636483
No known key found for this signature in database
GPG key ID: 4490FA54BAC7DDF8

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({