Feature: Fix debug hover-help to work the same as not-debugging #26
Labels
debugging
Related to running IDL interactively
extension-client
The client code for the extension
language-server
Features for the language server
user-experience
When in debug mode, there's an override to hover help in the debug adapter. It's not the best user experience and doesn't match our other hover help behavior (that has range and doesn't disappear when we move our cursor).
We have some patterns for this with custom hover-help already, so I think we can just re-use the same logic.
The text was updated successfully, but these errors were encountered: