Skip to content

Commit c386785

Browse files
authored
Merge pull request microsoft#184005 from microsoft/dev/bhavyau/welcome
Change welcome dialog contribution to Eventually
2 parents aeb06b9 + cba2636 commit c386785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/welcomeDialog/browser/welcomeDialog.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class WelcomeDialogContribution extends Disposable implements IWorkbenchContribu
108108
}
109109

110110
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench)
111-
.registerWorkbenchContribution(WelcomeDialogContribution, LifecyclePhase.Restored);
111+
.registerWorkbenchContribution(WelcomeDialogContribution, LifecyclePhase.Eventually);
112112

113113
const configurationRegistry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration);
114114
configurationRegistry.registerConfiguration({

0 commit comments

Comments
 (0)