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
Executing the 'show hover' command/shortcut causes pop-up error Cannot read property 'startShowingAt' of undefined
I have disabled hover as it is too noisy for my taste. That said, it would be nice if there were a way to activate it manually. I was specifically trying to show the new color picker, but being able to show keyword hovers on request would be great as well.
Reproduce
Disable hover in settings ("editor.hover":false)
Relaunch vscode
Move cursor to desired keyword and execute "show hover" command
The text was updated successfully, but these errors were encountered:
Executing the 'show hover' command/shortcut causes pop-up error
Cannot read property 'startShowingAt' of undefined
I have disabled hover as it is too noisy for my taste. That said, it would be nice if there were a way to activate it manually. I was specifically trying to show the new color picker, but being able to show keyword hovers on request would be great as well.
Reproduce
"editor.hover":false
)The text was updated successfully, but these errors were encountered: