ExtensionTerminalOptions

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

Online Documentation

Properties

Link copied to clipboard
abstract var color: ThemeColor?

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

Link copied to clipboard
abstract var iconPath: IconPath?

The icon path or ThemeIcon for the terminal.

Link copied to clipboard
abstract var isTransient: Boolean?

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

Link copied to clipboard
Link copied to clipboard
abstract var name: String

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

Link copied to clipboard
abstract var pty: Pseudoterminal

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