mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
perf - log slow running workbench contribs (#159656)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user