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

Fix issues with hovers in worksheets #470

Merged
merged 1 commit into from
Dec 19, 2020

Conversation

tgodzik
Copy link
Contributor

@tgodzik tgodzik commented Dec 17, 2020

Previously we would send MarkupContent with value and kind parameter specified and feed it to decorations.
It seems that this would not work as it would not fit the expected format, which can be string, {language, string} or MarkdownString.
This should probably not worked before, but probably it was only by chance and as the behaviour was not documented it could be expected to last.

Previously we would send MarkupContent with `value` and `kind` parameter specified and feed it to decorations.
It seems that this would not work as it would not fit the expected format, which can be string, {language, string} or MarkdownString.
This should probably not worked before, but probably it was only by chance and as the behaviour was not documented it could be expected to last.
@tgodzik tgodzik merged commit 1e0093e into scalameta:master Dec 19, 2020
@tgodzik tgodzik deleted the fix-hover-message branch December 19, 2020 14:09
kasiaMarek pushed a commit to kasiaMarek/metals-vscode that referenced this pull request Mar 29, 2023
…rn/types/node-18.0.4

chore(deps-dev): bump @types/node from 18.0.3 to 18.0.4
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