mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
docs(dotnet): add fsharp to supported languages
Looking at the source file `src/segment_dotnet.go` it seems like the F# file extensions are supported as well.
This commit is contained in:
parent
6bd1065101
commit
8a2eb7937b
|
@ -32,6 +32,6 @@ Display the currently active .NET SDK version.
|
||||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||||
- display_mode: `string` - determines when the segment is displayed
|
- display_mode: `string` - determines when the segment is displayed
|
||||||
- `always`: the segment is always displayed
|
- `always`: the segment is always displayed
|
||||||
- `files`: the segment is only displayed when `*.cs`, `*.vb`, `*.sln`, `*.csproj`, or `*.vbproj` files are present (default)
|
- `files`: the segment is only displayed when `*.cs`, `*.vb`, `*.fs`, `*.fsx`, `*.sln`, `*.csproj`, `*.vbproj`, or `*.fsproj` files are present (default)
|
||||||
- unsupported_version_icon: `string` - text/icon that is displayed when the active .NET SDK version (e.g., one specified
|
- unsupported_version_icon: `string` - text/icon that is displayed when the active .NET SDK version (e.g., one specified
|
||||||
by `global.json`) is not installed/supported - defaults to `\uf071` (X in a rectangle box)
|
by `global.json`) is not installed/supported - defaults to `\uf071` (X in a rectangle box)
|
||||||
|
|
Loading…
Reference in a new issue