Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BlameContribution

Hierarchy

  • BlameContribution

Implements

  • CommandContribution
  • KeybindingContribution
  • MenuContribution

Index

Constructors

constructor

Properties

Protected appliedDecorations

appliedDecorations: Map<string, Disposable> = ...

Protected Readonly blameManager

blameManager: BlameManager

Protected Readonly decorator

decorator: BlameDecorator

Protected Readonly editorManager

editorManager: EditorManager

Accessors

Protected currentFileEditorWidget

  • get currentFileEditorWidget(): undefined | EditorWidget

Methods

Protected clearBlame

  • clearBlame(uri: string | default): void

Protected isBlameable

  • isBlameable(uri: string | default): boolean

registerCommands

  • registerCommands(commands: CommandRegistry): void

registerKeybindings

  • registerKeybindings(keybindings: KeybindingRegistry): void

registerMenus

  • registerMenus(menus: MenuModelRegistry): void

Protected showBlame

  • showBlame(editorWidget: EditorWidget): Promise<void>

showsBlameAnnotations

  • showsBlameAnnotations(uri: string | default): boolean