Skip to content

TerminalIntegrationOptions

Options for the terminal-integration layer enabled by UseTerminalIntegration.

public sealed class TerminalIntegrationOptions

Gets or sets how shell-integration lifecycle marks are emitted in interactive mode. The value is re-read at the start of every prompt cycle, so changing it at runtime takes effect on the next prompt.

public ShellIntegrationMode ShellIntegration { get; set; }

ShellIntegrationMode