Quellcode durchsuchen

Clarifies docs on gitlens.advanced.git

main
Eric Amodio vor 6 Jahren
Ursprung
Commit
c8cc8d54a8
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      README.md
  2. +1
    -1
      package.json

+ 1
- 1
README.md Datei anzeigen

@ -630,7 +630,7 @@ See also [Explorer Settings](#explorer-settings "Jump to the Explorer settings")
|`gitlens.advanced.blame.delayAfterEdit`|Specifies the time (in milliseconds) to wait before re-blaming an unsaved document after an edit. Use 0 to specify an infinite wait
|`gitlens.advanced.blame.sizeThresholdAfterEdit`|Specifies the maximum document size (in lines) allowed to be re-blamed after an edit while still unsaved. Use 0 to specify no maximum
|`gitlens.advanced.caching.enabled`|Specifies whether git output will be cached — changing the default is not recommended
|`gitlens.advanced.git`|Specifies the git path to use
|`gitlens.advanced.git`|Specifies the path to the git executable to use. Use as a last resort as GitLens will use the built-in `git.path` setting first
|`gitlens.advanced.fileHistoryFollowsRenames`|Specifies whether file histories will follow renames -- will affect how merge commits are shown in histories
|`gitlens.advanced.maxListItems`|Specifies the maximum number of items to show in a list. Use 0 to specify no maximum
|`gitlens.advanced.menus`|Specifies which commands will be added to which menus

+ 1
- 1
package.json Datei anzeigen

@ -812,7 +812,7 @@
"gitlens.advanced.git": {
"type": "string",
"default": null,
"description": "Specifies the git path to use",
"description": "Specifies the path to the git executable to use. Use as a last resort as GitLens will use the built-in `git.path` setting first",
"scope": "window"
},
"gitlens.advanced.fileHistoryFollowsRenames": {

Laden…
Abbrechen
Speichern