Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtensionTerminalOptions

Value-object describing what options a virtual process terminal should use.

Hierarchy

  • ExtensionTerminalOptions

Index

Properties(6)

name

name: string

A human-readable string which will be used to represent the terminal in the UI.

pty

An implementation of Pseudoterminal that allows an extension to control a terminal.

Optional iconPath

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

The icon path or ThemeIcon for the terminal.

Optional color

color: ThemeColor

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

Optional location

Optional isTransient

isTransient: boolean

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

Generated by TypeDoc. Maintained by 洛竹