Skip to content

Commit 7f056a7

Browse files
authored
Revert "Change Welcome page contribution activation to LifecyclePhase… (microsoft#203494)
Revert "Change Welcome page contribution activation to LifecyclePhase.Starting (microsoft#201844)" This reverts commit 0d735d0.
1 parent 661db2e commit 7f056a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ configurationRegistry.registerConfiguration({
327327
});
328328

329329
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench)
330-
.registerWorkbenchContribution(StartupPageContribution, LifecyclePhase.Starting);
330+
.registerWorkbenchContribution(StartupPageContribution, LifecyclePhase.Restored);

0 commit comments

Comments
 (0)