Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScmHistoryProvider

Hierarchy

  • ScmProvider
    • ScmHistoryProvider

Index

Properties

Optional Readonly acceptInputCommand

acceptInputCommand: ScmCommand

Optional Readonly amendSupport

amendSupport: ScmAmendSupport

Readonly groups

groups: ScmResourceGroup[]

Optional historySupport

historySupport: ScmHistorySupport

Readonly id

id: string

Readonly label

label: string

Readonly onDidChange

onDidChange: Event<void>

Readonly onDidChangeCommitTemplate

onDidChangeCommitTemplate: Event<string>

Optional Readonly onDidChangeResources

onDidChangeResources: Event<void>

Optional Readonly onDidChangeStatusBarCommands

onDidChangeStatusBarCommands: Event<undefined | ScmCommand[]>

Readonly rootUri

rootUri: string

Optional Readonly statusBarCommands

statusBarCommands: ScmCommand[]

Methods

dispose

  • dispose(): void
  • Dispose this object.

    Returns void