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

use simple error for code lenses that failed resolve #2365

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

rchl
Copy link
Member

@rchl rchl commented Nov 14, 2023

Don't use the response error as the text for the code lens that failed resolving. That can result in stuff like this:

Screenshot 2023-11-15 at 00 06 06

The protocol errors are not really meant to be surfaced in an UI like that.

This is how it looks after:

Screenshot 2023-11-15 at 00 10 16

Not married to the styling or the text itself...

@rchl
Copy link
Member Author

rchl commented Nov 14, 2023

VSCode shows this

Screenshot 2023-11-15 at 00 11 16

@rwols rwols merged commit b93e2de into main Nov 15, 2023
4 checks passed
@rwols rwols deleted the fix/code-lens-error branch November 15, 2023 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants