Skip to content

Commit

Permalink
Merge pull request #184005 from microsoft/dev/bhavyau/welcome
Browse files Browse the repository at this point in the history
Change welcome dialog contribution to Eventually
  • Loading branch information
meganrogge committed Jun 1, 2023
2 parents aeb06b9 + cba2636 commit c386785
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit c386785

Please sign in to comment.