-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Custom hover disappears before you can mouse over into it #206998
Comments
This seems like a recent regression to me because for the window zoom status entry this used to work recently. @benibenj can you see if its maybe something you changed? |
Unless it's explicitly indicated as not hoverable any hover with markdown will allow it. I do notice vscode/src/vs/platform/hover/browser/hover.ts Lines 285 to 292 in ead4838
@benibenj has been making a lot of hover changes recently. |
@benibenj please cc me on workbench hover-related PRs so I can track changes going in. It's good you're taking some ownership but I just want to make sure I'm kept up to date 🙂 |
So this is a bug. I noticed it a while ago and just got used to pressing and keeping |
@alexandruavadanii some hovers intentionally cannot be moused over so I'm glad you discovered alt 👍 |
Initially the new It makes sense to switch back to the default behaviour for |
The text was updated successfully, but these errors were encountered: