Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PluginScmResourceGroup

Implements

  • ScmResourceGroup

Index

Constructors

Properties

handle: number
id: string
label: string
onDidChange: Event<void> = ...
onDidChangeEmitter: Emitter<void> = ...
onDidSplice: Event<Splice<ScmResource>> = ...
onDidSpliceEmitter: Emitter<Splice<ScmResource>> = ...
resources: ScmResource[] = []

Accessors

  • get hideWhenEmpty(): boolean

Methods

  • dispose(): void
  • splice(start: number, deleteCount: number, toInsert: ScmResource[]): void
  • updateGroupLabel(label: string): void