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

Update Hover to return MarkupContent #342

Merged
merged 1 commit into from
Aug 14, 2020
Merged

Update Hover to return MarkupContent #342

merged 1 commit into from
Aug 14, 2020

Conversation

J3RN
Copy link
Contributor

@J3RN J3RN commented Aug 14, 2020

Hello! 👋 In my research into an issue with Emacs' lsp-ui, I discovered that the "Hover" response from ElixirLS was returning the deprecated MarkedString type (technically just a string, which is a valid MarkedString and thus compliant with the spec).

The conversion from MarkedString to the non-deprecated MarkupContent type was pretty painless, so I made the change.

@lukaszsamson lukaszsamson merged commit 23d8b2a into elixir-lsp:master Aug 14, 2020
@lukaszsamson
Copy link
Collaborator

Nice catch!

axelson added a commit that referenced this pull request Aug 17, 2020
axelson added a commit to axelson/ls_proxy that referenced this pull request Sep 3, 2020
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