Interface ResourceLabelFormatting

interface ResourceLabelFormatting {
    authorityPrefix?: string;
    label: string;
    normalizeDriveLetter?: boolean;
    separator: "" | "/" | "\\";
    tildify?: boolean;
    workspaceSuffix?: string;
}

Properties

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