TerminalIntegrationOptions
Options for the terminal-integration layer enabled by UseTerminalIntegration.
- Kind:
Class - Namespace: Repl.Terminal
- Assembly:
Repl.Core - Source: src/Repl.Core/Terminal/TerminalIntegrationOptions.cs
Signature
Section titled “Signature”public sealed class TerminalIntegrationOptionsInheritance
Section titled “Inheritance”Properties
Section titled “Properties”ShellIntegration
Section titled “ShellIntegration”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; }