Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GitDiffContribution

Hierarchy

Implements

  • TabBarToolbarContribution

Index

Constructors

  • new GitDiffContribution(selectionService: SelectionService, widgetManager: WidgetManager, app: FrontendApplication, quickOpenService: GitQuickOpenService, fileService: FileService, openerService: OpenerService, notifications: MessageService, scmService: ScmService): GitDiffContribution

Properties

app: FrontendApplication
commandRegistry: CommandRegistry
editorManager: EditorManager
fileNavigatorContribution: FileNavigatorContribution
fileService: FileService
notifications: MessageService
openerService: OpenerService
quickOpenService: GitQuickOpenService
scmService: ScmService
selectionService: SelectionService
widgetManager: WidgetManager
workspaceService: WorkspaceService

Methods

  • findGitRepository(uri: URI): undefined | Repository
  • newWorkspaceRootUriAwareCommandHandler(handler: UriCommandHandler<URI>): WorkspaceRootUriAwareCommandHandler
  • registerCommands(commands: CommandRegistry): void
  • registerMenus(menus: MenuModelRegistry): void
  • registerToolbarItems(registry: TabBarToolbarRegistry): void