docs: language cleanup

This commit is contained in:
Jan De Dobbeleer 2021-02-04 08:38:55 +01:00 committed by Jan De Dobbeleer
parent 07a258a47e
commit ef6f7fc63c
7 changed files with 15 additions and 15 deletions

View file

@ -115,7 +115,7 @@ A default config(.vscode folder) for [Visual Studio Code](https://code.visualstu
- golangci-lint is configured as the default linter. - golangci-lint is configured as the default linter.
- Recommended extensions available for a smooth bootstrap. - Recommended extensions available for a smooth bootstrap.
![recommended extensions](recommended_extensions.png "Recommended extensions" ) ![recommended extensions](/img/recommended_extensions.png "Recommended extensions" )
- Default run and debug configurations available. - Default run and debug configurations available.
Once the extensions are installed: Once the extensions are installed:

View file

@ -6,7 +6,7 @@ sidebar_label: Dotnet
## What ## What
Display the currently active .NET SDK version when a folder contains .NET files. Display the currently active .NET SDK version.
## Sample Configuration ## Sample Configuration
@ -29,7 +29,7 @@ Display the currently active .NET SDK version when a folder contains .NET files.
is present - defaults to `true` is present - defaults to `true`
- 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`, `*.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 - 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)

View file

@ -6,7 +6,7 @@ sidebar_label: Golang
## What ## What
Display the currently active golang version when a folder contains golang files. Display the currently active golang version.
## Sample Configuration ## 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` - 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 - 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 `*.go` or `go.mod` files are present (default) - `files`: the segment is only displayed when `*.go` or `go.mod` files are present (default)

View file

@ -6,7 +6,7 @@ sidebar_label: Julia
## What ## What
Display the currently active julia version when a folder contains julia files. Display the currently active julia version.
## Sample Configuration ## 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` - 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 - 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 `*.jl` files are present (default) - `files`: the segment is only displayed when `*.jl` files are present (default)

View file

@ -6,7 +6,7 @@ sidebar_label: Node
## What ## What
Display the currently active node version when a folder contains node files. Display the currently active node version.
## Sample Configuration ## Sample Configuration

View file

@ -32,8 +32,8 @@ or not - defaults to `true`
- display_version: `boolean` - display the python version - 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 - 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 `*.py`, `*.ipynb`, `pyproject.toml`, `venv.bak`, `venv`, or `.venv` - `files`: the segment is only displayed when `*.py`, `*.ipynb`, `pyproject.toml`, `venv.bak`, `venv`, or `.venv`
files are present (default) files are present (default)
- `environment`: The segment is only displayed when a virtual env is present - `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 - `context`: the segment is only displayed when either `environment` or `files` is active

View file

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB