Properties
Protected _statusBarCommands
_statusBarCommands: undefined | ScmCommand[]
Protected Readonly commands
commands: CommandService
Protected Readonly editorManager
editorManager: EditorManager
Protected Readonly fileService
fileService: FileService
Protected Readonly gitErrorHandler
Protected Readonly gitPreferences
Readonly id
id: "git" = 'git'
Readonly label
label: string = ...
Protected Readonly labelProvider
labelProvider: LabelProvider
Readonly onDidChange
onDidChange: Event<void> = ...
Readonly onDidChangeCommitTemplate
onDidChangeCommitTemplate: Event<string> = ...
Private Readonly onDidChangeCommitTemplateEmitter
onDidChangeCommitTemplateEmitter: Emitter<string> = ...
Protected Readonly onDidChangeEmitter
onDidChangeEmitter: Emitter<void> = ...
Readonly onDidChangeStatusBarCommands
onDidChangeStatusBarCommands: Event<undefined | ScmCommand[]> = ...
Private Readonly onDidChangeStatusBarCommandsEmitter
onDidChangeStatusBarCommandsEmitter: Emitter<undefined | ScmCommand[]> = ...
Protected Readonly options
Private Readonly toDispose
toDispose: DisposableCollection = ...