From 7f056a705e65c9b386ecc35e24fd5ffaaa6e8fc2 Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Thu, 25 Jan 2024 15:01:03 -0800 Subject: [PATCH] =?UTF-8?q?Revert=20"Change=20Welcome=20page=20contributio?= =?UTF-8?q?n=20activation=20to=20LifecyclePhase=E2=80=A6=20(#203494)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "Change Welcome page contribution activation to LifecyclePhase.Starting (#201844)" This reverts commit 0d735d01abd17a5edc7bed45fdd7f15d4902954a. --- .../browser/gettingStarted.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.ts b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.ts index 6e052c1019c..3d0ae3e607d 100644 --- a/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.ts +++ b/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.ts @@ -327,4 +327,4 @@ configurationRegistry.registerConfiguration({ }); Registry.as(WorkbenchExtensions.Workbench) - .registerWorkbenchContribution(StartupPageContribution, LifecyclePhase.Starting); + .registerWorkbenchContribution(StartupPageContribution, LifecyclePhase.Restored);