TerminalProfileKind

Stable presentation category for a terminal launch profile.

This host-neutral value is computed when a profile is discovered or created. UI layers can use it for icons and menus without parsing live terminal titles or process output.

Entries

Link copied to clipboard

Windows PowerShell or cross-platform PowerShell Core.

Link copied to clipboard

Windows command prompt hosted by cmd.exe.

Link copied to clipboard

Git for Windows Bash or MSYS/MINGW Bash environments.

Link copied to clipboard

Ubuntu launched directly or through WSL.

Link copied to clipboard

GNU Bash.

Link copied to clipboard

Z Shell.

Link copied to clipboard

Friendly Interactive Shell.

Link copied to clipboard

Nushell.

Link copied to clipboard

Windows Subsystem for Linux (WSL) general command.

Link copied to clipboard

Generic POSIX-family interactive shells such as sh, bash, zsh, or fish.

Link copied to clipboard

Unknown or custom terminal command.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.