Interface ScmResource

interface ScmResource {
    decorations?: ScmResourceDecorations;
    group: ScmResourceGroup;
    sourceUri: URI;
    open(): Promise<void>;
}

Properties

Methods

Properties

sourceUri: URI

The uri of the underlying resource inside the workspace.

Methods