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.
1 parent 661db2e commit 7f056a7Copy full SHA for 7f056a7
src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.contribution.ts
@@ -327,4 +327,4 @@ configurationRegistry.registerConfiguration({
327
});
328
329
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench)
330
- .registerWorkbenchContribution(StartupPageContribution, LifecyclePhase.Starting);
+ .registerWorkbenchContribution(StartupPageContribution, LifecyclePhase.Restored);
0 commit comments