__CODE__ gets rendered as bold in hover doc comments #3441
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
We send the hover doc comments to VS Code as "markup", causing stuff like
__CODE__
to render as bold (CODE).I remember wanting to send the hover doc comments as plain text, but I think Bob wanted it to not be fixed width like VS -- so maybe we just need to escape the special markup stuff -- not sure what other cases we're missing though that also need to be escaped.
The text was updated successfully, but these errors were encountered: