-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This is an old question, but I am seeing this same beahviour on a Windows installation of VSCode. Another odd behaviour is that when I go back one revision, the "Revision Navigation" menu is completely removed. E.g. Open a 'C' file and the menu looks like this: Click the "Previous Revision" icon and the toolbar changes to: Where the icons have been moved into the drop-down menu: Is there some limit to the number of icons that can be displayed? How can I increase that number, or configure it so the Git Lens Icons are always displayed? |
Beta Was this translation helpful? Give feedback.
-
Hello @demedos @LiveFreeAndRoam, this is a limitation/restriction of VS Code as it only allows a certain number of icons in the editor toolbar before they will be moved to the Edit: the buttons in this menu can be hidden by right-clicking them, which will make room for GitLens buttons if desired. |
Beta Was this translation helpful? Give feedback.
-
Thanks @jkelroy . I have created an enhancement request microsoft/vscode#182802. Hopefully, it will get enough upvotes or the designers will see the need for this regardless. The clock has started. |
Beta Was this translation helpful? Give feedback.
Hello @demedos @LiveFreeAndRoam, this is a limitation/restriction of VS Code as it only allows a certain number of icons in the editor toolbar before they will be moved to the
...
icon. If you would like to be able to pin specific actions or see more in the editor toolbar, I would recommend submitting a feature request to the VS Code repository.Edit: the buttons in this menu can be hidden by right-clicking them, which will make room for GitLens buttons if desired.