• Gets the extension for the given extension identifier.

    Parameters

    • extensionId: string

      The extension identifier

    Returns Extension | undefined

    The extension or undefined if it does not exist.

  • Gets the extension for the given extension identifier.

    Parameters

    • extensionId: string

      The extension identifier

    • mustExist: true

      if true the function throws an error if the extension does not exist.

    Returns Extension

    The extension

Generated using TypeDoc