Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtensionTerminalOptions

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

层级

  • ExtensionTerminalOptions

索引

Properties(4)

Properties(4)

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.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹