Skip to content

Commit

Permalink
Change welcome dialog contribution to Eventually
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyaus committed Jun 1, 2023
1 parent c4cfd83 commit cba2636
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 cba2636

Please sign in to comment.