Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TerminalService

Hierarchy

  • TerminalService

Index

Properties

logger: Logger

Methods

  • openTab(profile?: null | PartialProfile<LocalProfile>, cwd?: null | string, pause?: boolean): Promise<null | TerminalTabComponent>
  • Launches a new terminal with a specific shell and CWD

    Parameters

    • Optional profile: null | PartialProfile<LocalProfile>
    • Optional cwd: null | string
    • Optional pause: boolean

      Wait for a keypress when the shell exits

    Returns Promise<null | TerminalTabComponent>

Generated using TypeDoc