Interface IconTheme

interface IconTheme {
    description?: string;
    hasFileIcons?: boolean;
    hasFolderIcons?: boolean;
    hidesExplorerArrows?: boolean;
    id: string;
    label: string;
    showLanguageModeIcons?: boolean;
    activate(): Disposable;
}

Hierarchy (view full)

Implemented by

Properties

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

Methods