@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface StatusBarItemFields

    Fields a status bar item renders. undefined means "leave unchanged".

    interface StatusBarItemFields {
        accessibilityInformation?: AccessibilityInformationLike;
        backgroundColor?: "error" | "warning";
        command?: string | CommandLinkLike;
        text?: string;
        tooltip?: TooltipLike;
    }
    Index
    accessibilityInformation?: AccessibilityInformationLike
    backgroundColor?: "error" | "warning"
    command?: string | CommandLinkLike
    text?: string
    tooltip?: TooltipLike