You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Don't know Without extensions there are no hovers, so it would not be possible to reproduce it.
VS Code Version: 1.96.0
OS Version: macOS 14.7
Steps to Reproduce:
Disable hover on mouseover (via editor.hover.enabled).
Bind a shortcut to show the hover (via editor.action.showHover).
Place your cursor in a symbol in your code and press your shortcut to display the hover.
Hit Escape - or click away outside of the hover: The hover will not close.
vscode.mov
Notes:
This could be solved by the user if there was a corresponding editor.action.closeHover shortcut that could be bound to Escape, but the click-out functionality would still be broken.
Changing editor.hover.sticky seems to have no effect on the issue.
Focusing the hover and then pressing Escape will close it.
The text was updated successfully, but these errors were encountered:
Oh I just saw your PR #236203@aiday-mar and it looks like #235979 is basically the same issue with a different path in - sorry didn't see that one - you can probably just close this one!
Does this issue occur when all extensions are disabled?: Don't know
Without extensions there are no hovers, so it would not be possible to reproduce it.
Steps to Reproduce:
editor.hover.enabled
).editor.action.showHover
).vscode.mov
Notes:
editor.action.closeHover
shortcut that could be bound toEscape
, but the click-out functionality would still be broken.editor.hover.sticky
seems to have no effect on the issue.The text was updated successfully, but these errors were encountered: