From cba2636483279e3aeeb2957bb4e945e5563a49bc Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Wed, 31 May 2023 17:03:32 -0700 Subject: [PATCH] Change welcome dialog contribution to Eventually --- .../contrib/welcomeDialog/browser/welcomeDialog.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/welcomeDialog/browser/welcomeDialog.contribution.ts b/src/vs/workbench/contrib/welcomeDialog/browser/welcomeDialog.contribution.ts index eadcf7cdce83f..c136c0fbbad1b 100644 --- a/src/vs/workbench/contrib/welcomeDialog/browser/welcomeDialog.contribution.ts +++ b/src/vs/workbench/contrib/welcomeDialog/browser/welcomeDialog.contribution.ts @@ -108,7 +108,7 @@ class WelcomeDialogContribution extends Disposable implements IWorkbenchContribu } Registry.as(WorkbenchExtensions.Workbench) - .registerWorkbenchContribution(WelcomeDialogContribution, LifecyclePhase.Restored); + .registerWorkbenchContribution(WelcomeDialogContribution, LifecyclePhase.Eventually); const configurationRegistry = Registry.as(ConfigurationExtensions.Configuration); configurationRegistry.registerConfiguration({