method DefaultPluginManager.prototype.getRegisteredExtensions
DefaultPluginManager.prototype.getRegisteredExtensions(extensionPoint: string): Promise<ReadonlyArray<ExtensionInfo>>

Parameters

extensionPoint: string

Return Type

Promise<ReadonlyArray<ExtensionInfo>>

Usage

import DefaultPluginManager from ".";