Hierarchy

Implements

  • FrontendApplicationContribution
  • TabBarToolbarContribution

Constructors

Properties

clipboardService: ClipboardService
commandRegistry: CommandRegistry
contextKeyService: NavigatorContextKeyService
fileNavigatorFilter: FileNavigatorFilter
fileNavigatorPreferences: FileNavigatorPreferences
menuRegistry: MenuModelRegistry
navigatorDiff: NavigatorDiff
openWithService: OpenWithService
openerService: OpenerService
preferenceService: PreferenceService
quickInputService: QuickInputService
selectionService: SelectionService
tabbarToolbarRegistry: TabBarToolbarRegistry
workspaceCommandContribution: WorkspaceCommandContribution
workspacePreferences: WorkspacePreferences
workspaceService: WorkspaceService

Accessors

Methods

  • Collapse file navigator nodes and set focus on first visible node

    • single root workspace: collapse all nodes except root
    • multiple root workspace: collapse all nodes, even roots

    Returns Promise<void>

  • Reveals and selects node in the file navigator to which given widget is related. Does nothing if given widget undefined or doesn't have related resource.

    Parameters

    • widget: undefined | Widget

      widget file resource of which should be revealed and selected

    Returns Promise<boolean>