We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeb06b9 + cba2636 commit c386785Copy full SHA for c386785
src/vs/workbench/contrib/welcomeDialog/browser/welcomeDialog.contribution.ts
@@ -108,7 +108,7 @@ class WelcomeDialogContribution extends Disposable implements IWorkbenchContribu
108
}
109
110
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench)
111
- .registerWorkbenchContribution(WelcomeDialogContribution, LifecyclePhase.Restored);
+ .registerWorkbenchContribution(WelcomeDialogContribution, LifecyclePhase.Eventually);
112
113
const configurationRegistry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration);
114
configurationRegistry.registerConfiguration({
0 commit comments