You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9
9
- Changes to use `diff.guitool` first if available, before falling back to `diff.tool` -- closes [#195](https://github.com/eamodio/vscode-gitlens/issues/195)
10
10
11
11
### Fixed
12
+
- Fixes [#198](https://github.com/eamodio/vscode-gitlens/issues/198) - Files in submodules or nested repositories no longer work properly
12
13
- Fixes issue where failed git commands would get stuck in the pending queue causing future similar commands to also fail
13
14
- Fixes issue where changes to git remotes would refresh the entire `GitLens` view
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -460,10 +460,11 @@ GitLens is highly customizable and provides many configuration settings to allow
460
460
|Name | Description
461
461
|-----|------------
462
462
|`gitlens.advanced.telemetry.enabled`|Specifies whether or not to enable GitLens telemetry (even if enabled still abides by the overall `telemetry.enableTelemetry` setting
463
+
|`gitlens.advanced.git`|Specifies the git path to use
464
+
|`gitlens.advanced.repositorySearchDepth`|Specifies how many folders deep to search for repositories
463
465
|`gitlens.advanced.menus`|Specifies which commands will be added to which menus
464
466
|`gitlens.advanced.caching.enabled`|Specifies whether git output will be cached
465
467
|`gitlens.advanced.caching.maxLines`|Specifies the threshold for caching larger documents
466
-
|`gitlens.advanced.git`|Specifies the git path to use
467
468
|`gitlens.advanced.maxQuickHistory`|Specifies the maximum number of QuickPick history entries to show
468
469
|`gitlens.advanced.quickPick.closeOnFocusOut`|Specifies whether or not to close the QuickPick menu when focus is lost
0 commit comments