Interface SourceControlResourceState

interface SourceControlResourceState {
    colorId?: string;
    command?: Command;
    decorations?: SourceControlResourceDecorations;
    handle: number;
    letter?: string;
    resourceUri: string;
}

Properties

colorId?: string
command?: Command

The command which should be run when the resource state is open in the Source Control viewlet.

The decorations for this source control resource state.

handle: number
letter?: string
resourceUri: string

The uri of the underlying resource inside the workspace.