Interface IconThemeDefinition

interface IconThemeDefinition {
    description?: string;
    hasFileIcons?: boolean;
    hasFolderIcons?: boolean;
    hidesExplorerArrows?: boolean;
    id: string;
    label: string;
    showLanguageModeIcons?: boolean;
}

Hierarchy (view full)

Properties

description?: string
hasFileIcons?: boolean
hasFolderIcons?: boolean
hidesExplorerArrows?: boolean
id: string
label: string
showLanguageModeIcons?: boolean