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

Feature: Fix debug hover-help to work the same as not-debugging #26

Open
znorman-harris opened this issue Sep 8, 2023 · 0 comments
Open
Labels
debugging Related to running IDL interactively extension-client The client code for the extension language-server Features for the language server user-experience

Comments

@znorman-harris
Copy link
Contributor

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.

@znorman-harris znorman-harris added debugging Related to running IDL interactively language-server Features for the language server user-experience extension-client The client code for the extension labels Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugging Related to running IDL interactively extension-client The client code for the extension language-server Features for the language server user-experience
Projects
Status: No status
Development

No branches or pull requests

1 participant