Theia API Documentation v1.71.0
    Preparing search index...
    interface SourceControlProviderFeatures {
        acceptInputCommand?: Command;
        commitTemplate?: string;
        contextValue?: string;
        count?: number;
        currentHistoryItemBaseRef?: ScmHistoryItemRefDto;
        currentHistoryItemRef?: ScmHistoryItemRefDto;
        currentHistoryItemRemoteRef?: ScmHistoryItemRefDto;
        hasHistoryProvider?: boolean;
        hasQuickDiffProvider?: boolean;
        statusBarCommands?: Command[];
    }
    Index

    Properties

    acceptInputCommand?: Command
    commitTemplate?: string
    contextValue?: string
    count?: number
    currentHistoryItemBaseRef?: ScmHistoryItemRefDto
    currentHistoryItemRef?: ScmHistoryItemRefDto
    currentHistoryItemRemoteRef?: ScmHistoryItemRefDto
    hasHistoryProvider?: boolean
    hasQuickDiffProvider?: boolean
    statusBarCommands?: Command[]