Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListDirectoryContext<TTarget>

A context for listening a directory.

Type parameters

Hierarchy

Index

Properties

cancellationToken

cancellationToken: vscode.CancellationToken

Gets the underlying token.

Optional dir

dir: string

The directory to list.

isCancelling

isCancelling: boolean

Gets if a cancellation is requested or not.

target

target: TTarget

Gets the underlying target.

workspace

workspace: Workspace

The underlying workspace.

Generated using TypeDoc