Hierarchy

  • FileTreeModel
    • FileNavigatorModel

Constructors

Properties

applicationState: FrontendApplicationStateService
openerService: OpenerService
pendingBusyProgress: Map<string, Deferred<void>> = ...
progressService: ProgressService
workspaceService: WorkspaceService

Methods

  • Move the given source file or directory to the given target directory.

    Parameters

    • source: TreeNode
    • target: TreeNode

    Returns Promise<undefined | URI>

  • Reveals node in the navigator by given file uri.

    Parameters

    • uri: URI

      uri to file which should be revealed in the navigator

    Returns Promise<undefined | TreeNode>

    file tree node if the file with given uri was revealed, undefined otherwise