vscode-gitlens
vscode-gitlens copied to clipboard
Revision Navigation bar disappeared
Description
Hi,
I don't see the revision navigation buttons in VS Code that I have seen in the past from GitLens.
Thank you,
Natalie
GitLens Version
13.5.0
VS Code Version
Version: 1.77.3 (user setup) Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:16:02.548Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Windows_NT x64 10.0.19045 Sandboxed: Yes
Git Version
git version 2.39.1.windows.1
Logs, Screenshots, Screen Captures, etc
Hi Natajacks,
Could you please confirm for us that you the "Add revision history navigation commands" option is enabled in the Gitlens "Menus & Toolbars" section of the Settings page in the "add to the editor group toolbar" options?
@natajacks Can you please enable debug logging by running the GitLens: Enable Debug Logging command from the Command Palette (F1 or ctrl/cmd+shift+p). This will enable logging to the GitLens & GitLens (Git) channels in the Output pane.
Once enabled, please reproduce the issue, and attach the logs from the GitLens and GitLens (Git) channels.
Thank you!
Hi @Roberto-Vizcarra I'm not seeing that option in my settings.
@eamodio is this the log you're looking for?
vs_code_terminal_output_gitlens_debug_logging_enabled.txt
I'm wondering if my problem is related to the network drive settings rather than git/gitlens.
Thank you both for your help.
Having this issue out of the blue. Yesterday everything was where it used to be, today it's missing. I did not update VSCode and my revision history commands are enabled in gitlens settings.
On my end the navigation buttons are present in the file view, but when I navigate to the previous revision they disappear. However there is a three-dot button on the right, and it contains these navigation options, looks like there are too many toolbar actions when revision is shown and vscode hides some of the actions under this three-dot button.
There is an option to choose which actions we want to see by right-clicking on the three-dot button. So I was able to uncheck some of the actions and hopefully the revision navigation options became visible.
Tried to find a setting to increase the maximum of 8 actions, but did not find anything. With tab wrapping there is more than enough space there.
Disabled a few things via the context menu on the actions to get previous/next back.
Tried to find a setting to increase the maximum of 8 actions, but did not find anything. With tab wrapping there is more than enough space there.
Disabled a few things via the context menu on the actions to get previous/next back.
This was the solution for me. Disable a bunch if features until the important one comes back. So stupid
Agreed. Please open an issue with VS Code on this as there isn't anything extensions can do to get around that limit.
I have a similar issue. Although mine disappears after hitting the first click, so I can only review last change vs current. Last versions are in all extensions and VS Code.
Previously I do remember being able to navigate back through all commits.
Same for me. I did not update VSCode or anything. It was working totally well until yesterday but it disappeared today.
If i access the diff window through GitLens Inspect in the activity bar, the toolbar then appears.
@imYourChoi this should be fixed in tomorrow 's pre-release version and if all looks good tomorrow we'll release a patch for the main version right after.