Constructors

Properties

Constructors

Properties

iconPath?: Uri | {
    dark: Uri;
    light: Uri;
} | ThemeIcon

An icon for the view when it's show in inline actions.

Type declaration

name: string

The name of the visualization to show to the user.

visualization?: Command | {
    treeId: string;
}

Visualization to use for the variable. This may be either:

  • A command to run when the visualization is selected for a variable.
  • A reference to a previously-registered DebugVisualizationTree

Type declaration

  • treeId: string