Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScmMain

Hierarchy

  • ScmMain

Implemented by

Index

Methods

$registerGroups

$registerSourceControl

  • $registerSourceControl(sourceControlHandle: number, id: string, label: string, rootUri?: UriComponents): Promise<void>

$setInputBoxPlaceholder

  • $setInputBoxPlaceholder(sourceControlHandle: number, placeholder: string): void

$setInputBoxValue

  • $setInputBoxValue(sourceControlHandle: number, value: string): void

$spliceResourceStates

$unregisterGroup

  • $unregisterGroup(sourceControlHandle: number, groupHandle: number): void

$unregisterSourceControl

  • $unregisterSourceControl(sourceControlHandle: number): Promise<void>

$updateGroup

$updateGroupLabel

  • $updateGroupLabel(sourceControlHandle: number, groupHandle: number, label: string): void

$updateSourceControl