Function registerCodeContribution

  • Registers the given code contribution value. Note, it is not required that given contribPointId is a registered contribution point. That is, a code contribution can be registered without any corresponding JSON entries from manifest.

    Type Parameters

    • Value

      Type of the code contribution value

    Parameters

    • contribPointId: string

      The contribution point identifier.

    • contribId: string

      The contribution identifier.

    • contribValue: Value

      The code contribution value.

    Returns Disposable

    Disposable A disposable that unregisters the code contribution.

Generated using TypeDoc