Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceWatcherContext<TWorkspace>

A workspace watcher context.

Type parameters

Hierarchy

  • Disposable
    • WorkspaceWatcherContext

Index

Properties

Methods

Properties

Readonly extension

extension: ExtensionContext

The underlying extension (context).

Readonly reload

reload: () => PromiseLike<void>

Reloads all workspaces.

Type declaration

    • (): PromiseLike<void>
    • Returns PromiseLike<void>

Readonly workspaces

workspaces: TWorkspace[]

The list of all available workspaces.

Methods

dispose

  • dispose(): any
  • Dispose this object.

    Returns any

Generated using TypeDoc