Theia API Documentation v1.65.0
    Preparing search index...
    interface ResourceLabelFormatting {
        authorityPrefix?: string;
        label: string;
        normalizeDriveLetter?: boolean;
        separator: "" | "/" | "\\";
        tildify?: boolean;
        workspaceSuffix?: string;
    }
    Index

    Properties

    authorityPrefix?: string
    label: string
    normalizeDriveLetter?: boolean
    separator: "" | "/" | "\\"
    tildify?: boolean
    workspaceSuffix?: string