perf - log slow running workbench contribs (#159656)

This commit is contained in:
Benjamin Pasero
2022-08-31 06:25:51 -07:00
committed by GitHub
parent d00804ec9b
commit b7d5b65a13
109 changed files with 225 additions and 193 deletions
@@ -18,7 +18,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
(function registerConfiguration(): void {
// Migration support
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench).registerWorkbenchContribution(ConfigurationMigrationWorkbenchContribution, LifecyclePhase.Eventually);
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench).registerWorkbenchContribution(ConfigurationMigrationWorkbenchContribution, 'ConfigurationMigrationWorkbenchContribution', LifecyclePhase.Eventually);
// Workbench
registry.registerConfiguration({