Interface SourceControlResourceThemableDecorations

The theme-aware decorations for a source control resource state.

interface SourceControlResourceThemableDecorations {
    iconPath?: string | Uri | ThemeIcon;
}

Hierarchy (view full)

Properties

Properties

iconPath?: string | Uri | ThemeIcon

The icon path for a specific source control resource state.