Options
All
  • Public
  • Public/Protected
  • All
Menu

adds vscodeExtensionRecommendations to the project, which manages git recommendations

Hierarchy

  • Component
    • VscodeExtensionRecommendations

Index

Constructors

Properties

extensionsRecommendationsFile?: JsonFile
project: Project
defaultOptions: Dynamic<DeepRequired<VscodeExtensionRecommendationsOptions>, Project> = ...

Methods

  • addRecommendations(...recommendations: string[]): void
  • adds the lines to the specified recommendation

    Parameters

    • Rest ...recommendations: string[]

      the new extensions to recommend

    Returns void

  • deleteRecommendations(): void
  • removes the recommendations

    Returns void

  • getRecommendations(): string[]
  • get the list of recommendations

    Returns string[]

    the recommendations

  • overrideRecommendations(...recommendations: string[]): void
  • replaces the recommendations

    Parameters

    • Rest ...recommendations: string[]

      the recommendation to override

    Returns void

  • postSynthesize(): void
  • Called after synthesis. Order is not guaranteed.

    Returns void

  • preSynthesize(): void
  • Adds JsonFile containing the recommendations and makes sure it's not git ignored

    Returns void

  • synthesize(): void
  • Synthesizes files to the project output directory.

    Returns void

Generated using TypeDoc