Interface SourceControlResourceDecorations

The decorations for a source control resource state. Can be independently specified for light and dark themes.

interface SourceControlResourceDecorations {
    faded?: boolean;
    iconPath?: string;
    strikeThrough?: boolean;
    tooltip?: string;
}

Properties

faded?: boolean

Whether the source control resource state should be faded in the UI.

iconPath?: string

The icon path for a specific source control resource state.

strikeThrough?: boolean

Whether the source control resource state should be striked-through in the UI.

tooltip?: string

The title for a specific source control resource state.