VS Code API
    Preparing search index...

    Class FileDecoration

    A file decoration represents metadata that can be rendered with a file.

    Index

    Constructors

    • Creates a new decoration.

      Parameters

      • Optionalbadge: string

        A letter that represents the decoration.

      • Optionaltooltip: string

        The tooltip of the decoration.

      • Optionalcolor: ThemeColor

        The color of the decoration.

      Returns FileDecoration

    Properties

    badge?: string

    A very short string that represents this decoration.

    color?: ThemeColor

    The color of this decoration.

    propagate?: boolean

    A flag expressing that this decoration should be propagated to its parents.

    tooltip?: string

    A human-readable tooltip for this decoration.