Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProgressContext

A progress context of a 'vscode.window.withProgress()' task.

Hierarchy

  • Progress<object>
    • ProgressContext

Index

Methods

Methods

report

  • report(value: object): void
  • Report a progress update.

    Parameters

    • value: object

      A progress item, like a message and/or an report on how much work finished

      • Optional increment?: number
      • Optional message?: string

    Returns void

Generated using TypeDoc