Function loadCodeContribution

  • Load code contribution data. If the extension that provides the contribution is not yet activated it will be activated using the given contribPoint.activationEvent, if any.

    Type Parameters

    • Value

      Type of the loaded code contribution value

    Parameters

    • contribPointId: string

      The contribution point identifier.

    • contribId: string

      The code contribution identifier.

    Returns Promise<Value>

    A promise that resolves to the code contribution data.

    Throws

    Error - If the contribution point is unknown or if the contribution identifier is not registered

Generated using TypeDoc