ExtensionTerminalOptions
Value-object describing what options a virtual process terminal should use.
Properties
The icon ThemeColor for the terminal. The standard terminal.ansi*
theme keys are recommended for the best contrast and consistency across themes.
Opt-out of the default terminal persistence on restart and reload. This will only take effect when terminal.integrated.enablePersistentSessions
is enabled.
The TerminalLocation or TerminalEditorLocationOptions or TerminalSplitLocationOptions for the terminal.
An implementation of Pseudoterminal that allows an extension to control a terminal.
The nonce to use to verify shell integration sequences are coming from a trusted source. An example impact of UX of this is if the command line is reported with a nonce, it will not need to verify with the user that the command line is correct before rerunning it via the shell integration command decoration.