docs: display_status warning in git segment doc + issue template updated

This commit is contained in:
lnu 2021-05-28 13:28:00 +02:00 committed by Jan De Dobbeleer
parent 7b9693989d
commit 4c4f49a380
2 changed files with 12 additions and 0 deletions

View file

@ -14,6 +14,11 @@
- Operating System:
- Shell:
- Terminal:
#### Optional
- posh-git version:
- git version:
### Steps to Reproduce

View file

@ -19,6 +19,12 @@ PowerShell offers support for the `posh-git` module for autocompletion, but it i
To enable this, set `$env:POSH_GIT_ENABLED = $true` in your `$PROFILE`.
:::
:::warning
Starting from version 3.152.0, `display_status` is disabled by default.
It improves performance but reduces the quantity of information. Don't forget to enable it in your theme if needed.
An alternative is to use the [Posh-Git segment][poshgit]
:::
## Sample Configuration
```json
@ -91,3 +97,4 @@ foreground/background (see `color_background`)
foreground/background (see `color_background`)
[colors]: /docs/configure#colors
[poshgit]: /docs/poshgit