We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OmniSharp version: 1.37.0
In the below screenshot, the kind value of a textDocument/hover request is plaintext, but we're apparently getting markdown.
kind
textDocument/hover
plaintext
markdown
The text was updated successfully, but these errors were encountered:
Correctly mark hover markup content as markdown
4681ba9
We were missing a flag. Fixes OmniSharp#1906.
Successfully merging a pull request may close this issue.
OmniSharp version: 1.37.0
In the below screenshot, the
kind
value of atextDocument/hover
request isplaintext
, but we're apparently gettingmarkdown
.The text was updated successfully, but these errors were encountered: