mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: language cleanup
This commit is contained in:
parent
07a258a47e
commit
ef6f7fc63c
|
@ -115,7 +115,7 @@ A default config(.vscode folder) for [Visual Studio Code](https://code.visualstu
|
|||
- golangci-lint is configured as the default linter.
|
||||
- Recommended extensions available for a smooth bootstrap.
|
||||
|
||||

|
||||

|
||||
- Default run and debug configurations available.
|
||||
|
||||
Once the extensions are installed:
|
||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Dotnet
|
|||
|
||||
## What
|
||||
|
||||
Display the currently active .NET SDK version when a folder contains .NET files.
|
||||
Display the currently active .NET SDK version.
|
||||
|
||||
## Sample Configuration
|
||||
|
||||
|
@ -29,7 +29,7 @@ Display the currently active .NET SDK version when a folder contains .NET files.
|
|||
is present - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
- `always`: The segment is always displayed
|
||||
- `files`: The segment is only displayed when `*.cs`, `*.vb`, `*.sln`, `*.csproj`, or `*.vbproj` files are present (default)
|
||||
- `always`: the segment is always displayed
|
||||
- `files`: 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
|
||||
by `global.json`) is not installed/supported - defaults to `\uf071` (X in a rectangle box)
|
||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Golang
|
|||
|
||||
## What
|
||||
|
||||
Display the currently active golang version when a folder contains golang files.
|
||||
Display the currently active golang version.
|
||||
|
||||
## Sample Configuration
|
||||
|
||||
|
@ -28,5 +28,5 @@ Display the currently active golang version when a folder contains golang files.
|
|||
- display_version: `boolean` - display the golang version - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
- `always`: The segment is always displayed
|
||||
- `files`: The segment is only displayed when `*.go` or `go.mod` files are present (default)
|
||||
- `always`: the segment is always displayed
|
||||
- `files`: the segment is only displayed when `*.go` or `go.mod` files are present (default)
|
||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Julia
|
|||
|
||||
## What
|
||||
|
||||
Display the currently active julia version when a folder contains julia files.
|
||||
Display the currently active julia version.
|
||||
|
||||
## Sample Configuration
|
||||
|
||||
|
@ -28,5 +28,5 @@ Display the currently active julia version when a folder contains julia files.
|
|||
- display_version: `boolean` - display the julia version - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
- `always`: The segment is always displayed
|
||||
- `files`: The segment is only displayed when `*.jl` files are present (default)
|
||||
- `always`: the segment is always displayed
|
||||
- `files`: the segment is only displayed when `*.jl` files are present (default)
|
||||
|
|
|
@ -6,7 +6,7 @@ sidebar_label: Node
|
|||
|
||||
## What
|
||||
|
||||
Display the currently active node version when a folder contains node files.
|
||||
Display the currently active node version.
|
||||
|
||||
## Sample Configuration
|
||||
|
||||
|
|
|
@ -32,8 +32,8 @@ or not - defaults to `true`
|
|||
- display_version: `boolean` - display the python version - defaults to `true`
|
||||
- missing_command_text: `string` - text to display when the command is missing - defaults to empty
|
||||
- display_mode: `string` - determines when the segment is displayed
|
||||
- `always`: The segment is always displayed
|
||||
- `files`: The segment is only displayed when `*.py`, `*.ipynb`, `pyproject.toml`, `venv.bak`, `venv`, or `.venv`
|
||||
- `always`: the segment is always displayed
|
||||
- `files`: the segment is only displayed when `*.py`, `*.ipynb`, `pyproject.toml`, `venv.bak`, `venv`, or `.venv`
|
||||
files are present (default)
|
||||
- `environment`: The segment is only displayed when a virtual env is present
|
||||
- `context`: The segment is only displayed when either `environment` or `files` is active
|
||||
- `environment`: the segment is only displayed when a virtual env is present
|
||||
- `context`: the segment is only displayed when either `environment` or `files` is active
|
||||
|
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
Loading…
Reference in a new issue