Theia API Documentation v1.65.0
    Preparing search index...
    interface SourceControlProviderFeatures {
        acceptInputCommand?: Command;
        commitTemplate?: string;
        count?: number;
        hasQuickDiffProvider?: boolean;
        statusBarCommands?: Command[];
    }
    Index

    Properties

    acceptInputCommand?: Command
    commitTemplate?: string
    count?: number
    hasQuickDiffProvider?: boolean
    statusBarCommands?: Command[]