Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtensionTerminalOptions

Options a virtual process terminal.

Hierarchy

  • ExtensionTerminalOptions

Index

Properties

color?: ThemeColor

The icon ThemeColor for the terminal. The standard terminal.ansi* theme keys are recommended for the best contrast and consistency across themes.

stubbed
iconPath?: ThemeIcon

The icon path or ThemeIcon for the terminal.

isTransient?: boolean

Opt-out of the default terminal persistence on restart and reload. This will only take effect when terminal.integrated.enablePersistentSessions is enabled.

name: string

The name of the terminal.

An implementation of Pseudoterminal where an extension can control it.