mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
remove getId() (for #38414)
This commit is contained in:
@@ -59,10 +59,6 @@ export class ExtensionPoints implements IWorkbenchContribution {
|
||||
this.instantiationService.createInstance(ColorExtensionPoint);
|
||||
this.instantiationService.createInstance(LanguageConfigurationFileHandler);
|
||||
}
|
||||
|
||||
public getId(): string {
|
||||
return 'vs.api.extensionPoints';
|
||||
}
|
||||
}
|
||||
|
||||
Registry.as<IWorkbenchContributionsRegistry>(WorkbenchExtensions.Workbench).registerWorkbenchContribution(ExtensionPoints, LifecyclePhase.Starting);
|
||||
|
||||
Reference in New Issue
Block a user