mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-20 15:41:35 -08:00
9457be3990
resolves #400
1.1 KiB
1.1 KiB
id | title | sidebar_label |
---|---|---|
dotnet | Dotnet | Dotnet |
What
Display the currently active .NET SDK version.
Sample Configuration
{
"type": "dotnet",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#000000",
"background": "#00ffff",
"properties": {
"prefix": " \uE77F "
}
}
Properties
- display_version:
boolean
- display the active version or not; useful if all you need is an icon indicatingdotnet
is present - defaults totrue
- display_error:
boolean
- show the error context when failing to retrieve the version information - defaults totrue
- missing_command_text:
string
- text to display when the command is missing - defaults to empty - display_mode:
string
- determines when the segment is displayedalways
: the segment is always displayedfiles
: the segment is only displayed when*.cs
,*.vb
,*.sln
,*.csproj
, or*.vbproj
files are present (default)
- unsupported_version_icon:
string
- text/icon that is displayed when the active .NET SDK version (e.g., one specified byglobal.json
) is not installed/supported - defaults to\uf071
(X in a rectangle box)