Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ScmMain

Implemented by

Index

Methods

  • $registerSourceControl(sourceControlHandle: number, id: string, label: string, rootUri?: UriComponents): Promise<void>
  • $setInputBoxEnabled(sourceControlHandle: number, enabled: boolean): void
  • $setInputBoxPlaceholder(sourceControlHandle: number, placeholder: string): void
  • $setInputBoxValue(sourceControlHandle: number, value: string): void
  • $setInputBoxVisible(sourceControlHandle: number, visible: boolean): void
  • $unregisterGroup(sourceControlHandle: number, groupHandle: number): void
  • $unregisterSourceControl(sourceControlHandle: number): Promise<void>
  • $updateGroupLabel(sourceControlHandle: number, groupHandle: number, label: string): void