New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to turn off "Show Branch" tooltip in terminal #1284
Comments
@tgreen7 Unfortunately there isn't a way to turn this off currently, but I will add a setting. Although, the terminal links shouldn't break any existing behavior -- could you provide more details on how it is breaking your workflow? |
@eamodio It just blocks the double click selection. When you double click the mouse on text it will select the whole word. But the tooltip blocks the click. |
@tgreen7 Hrm, I can't reproduce that, might be OS specific? But even if I could repo, this would be a bug in VS Code itself as the VS Code terminal links API shouldn't cause the impact you are experiencing. Can you open an issue on the VS Code repo so it can get fixed there? |
There is now a new Can you please verify this fix in tomorrow's insiders edition? You can install the insiders edition from here. Be sure to disable/uninstall the stable version of GitLens first. |
Perfect. Looks good! Thanks! |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I like to copy the current git branch name by double clicking it in my integrated terminal. However, gitlens is creating a tooltip on the branch name on hover which breaks my double click selection.
Where is this code coming from? Is it possible to turn this off?
The text was updated successfully, but these errors were encountered: