Options
All
  • Public
  • Public/Protected
  • All
Menu

adds vscodeSettings to the project, which manages git recommendations

Hierarchy

  • Component
    • VscodeSettings

Index

Constructors

  • adds vscodeSettings to the project

    Parameters

    • project: Project

      the project to add to

    • Optional options: Dynamic<VscodeSettingsOptions, Project>

      see VscodeSettingsOptions

    Returns VscodeSettings

Properties

project: Project
settingsFile?: JsonFile
defaultOptions: Dynamic<DeepRequired<VscodeSettingsOptions>, Project> = ...

Methods

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

    Returns void

  • preSynthesize(): void
  • Called before synthesis.

    Returns void

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

    Returns void

Generated using TypeDoc