x4js - v2.2.49
    Preparing search index...
    interface InlayHintLabelPart {
        command?: Command;
        label: string;
        location?: Location;
        tooltip?: string | IMarkdownString;
    }
    Index
    command?: Command
    label: string
    location?: Location
    tooltip?: string | IMarkdownString