Revert "perf - log slow running workbench contribs (#159656)" (#162312)

* Revert "perf - log slow running workbench contribs (#159656)"

This reverts commit b7d5b65a13.

* stop logging slownes

* still log perf but only running out of sources
This commit is contained in:
Benjamin Pasero
2022-09-29 01:38:28 -07:00
committed by GitHub
parent e05324c3e4
commit b784e0514d
109 changed files with 198 additions and 216 deletions

View File

@@ -18,7 +18,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
(function registerConfiguration(): void {
// Migration support
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench).registerWorkbenchContribution(ConfigurationMigrationWorkbenchContribution, 'ConfigurationMigrationWorkbenchContribution', LifecyclePhase.Eventually);
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench).registerWorkbenchContribution(ConfigurationMigrationWorkbenchContribution, LifecyclePhase.Eventually);
// Workbench
registry.registerConfiguration({