Function getExtensionContributions

  • Gets a snapshot of the processed contributions from the manifest (package.json) of the registered extensions as a mapping of extension identifiers to extension contributions.

    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 ReadonlyMap<string, T>

    A mapping of extension identifier to extension contribution.

Generated using TypeDoc