Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TaskTerminalWidgetManager

Hierarchy

  • TaskTerminalWidgetManager

Index

Constructors

constructor

Properties

Protected Readonly shell

shell: ApplicationShell

Protected Readonly taskDefinitionRegistry

taskDefinitionRegistry: TaskDefinitionRegistry

Protected Readonly taskServer

taskServer: TaskServer

Protected Readonly taskWatcher

taskWatcher: TaskWatcher

Protected Readonly terminalService

terminalService: TerminalService

Protected Readonly workspaceService

workspaceService: WorkspaceService

Methods

Protected getTaskTerminalWidgets

Protected getWidgetToRunTask

  • getWidgetToRunTask(factoryOptions: TerminalWidgetFactoryOptions, openerOptions: TaskTerminalWidgetOpenerOptions): Promise<{ isNew: boolean; widget: TerminalWidget }>

Protected init

  • init(): void

newTaskTerminal

  • newTaskTerminal(factoryOptions: TerminalWidgetFactoryOptions): Promise<TerminalWidget>

Protected notifyTaskFinished

open