Skip to content

Commit cba2636

Browse files
committed
Change welcome dialog contribution to Eventually
1 parent c4cfd83 commit cba2636

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)