interface ScmRawResource {
    command: undefined | Command;
    contextValue: string;
    faded: boolean;
    handle: number;
    icons: (undefined | ThemeIcon | IconUrl)[];
    sourceUri: UriComponents;
    strikeThrough: boolean;
    tooltip: string;
}

Properties

command: undefined | Command
contextValue: string
faded: boolean
handle: number
icons: (undefined | ThemeIcon | IconUrl)[]
sourceUri: UriComponents
strikeThrough: boolean
tooltip: string