Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "workspaces/index"

Index

Type aliases

WorkspaceWatcher

WorkspaceWatcher: function

A workspace watcher.

param

The event.

param

The underlying folder.

param

The workspace to remove.

Type declaration

WorkspaceWatcherCompleteAction

WorkspaceWatcherCompleteAction: function

A workspace watcher 'complete action'.

param

The error (if occurred).

param

The event.

param

The underlying folder.

param

The workspace to remove.

Type declaration

    • (err: any, event: WorkspaceWatcherEvent, folder: vscode.WorkspaceFolder, workspace?: TWorkspace): void | PromiseLike<void>
    • Parameters

      Returns void | PromiseLike<void>

WorkspaceWatcherResult

WorkspaceWatcherResult: TWorkspace | void | null | undefined

Possible results of a workspace watcher.

Functions

registerWorkspaceWatcher

Generated using TypeDoc