Function getContributions

  • Gets a stable snapshot of the processed contributions from the manifest (package.json) of the registered extensions.

    Note, an extension does not need to be activated nor will it be activated while its contributions are collected.

    Type Parameters

    • T

    Parameters

    • contribPointId: string

      The contribution point identifier.

    • Optional contribKey: null | string

      An optional key if the contribution is a key-value mapping.

    Returns T[]

    An array of all extension contributions. If a contribution is an array, its flattened items are appended to the return value.

Generated using TypeDoc