Skip to content
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

Two hovers showing #107672

Closed
jrieken opened this issue Sep 29, 2020 · 2 comments
Closed

Two hovers showing #107672

jrieken opened this issue Sep 29, 2020 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Sep 29, 2020

Testing #107156

With some playing of moving while pressing alt I can get both hovers showing, for different elements. The debug hover shows for the element argument (line 160) while the TS hover shows for the provider property (line 162)

Screenshot 2020-09-29 at 11 48 18

@isidorn
Copy link
Contributor

isidorn commented Sep 29, 2020

I can reproduce this and it is a valid bug.
The issue is that when alt is released we do not want to immediatly hide the editor hover due to reasons discussed in #107667
If we change that one to be that alt is a live toggle then this would get fixed as well.

@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues labels Sep 29, 2020
@isidorn isidorn added this to the On Deck milestone Sep 29, 2020
@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Aug 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants
@jrieken @isidorn and others