HJLebbink / asm-dude

Visual Studio extension for assembly syntax highlighting and code completion in assembly files and the disassembly window

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AsmDude2: Hover does not render Markdown

HJLebbink opened this issue · comments

When you hover over a mnemonic, Visual Studio sends a request to the LSP for information on the mnemonic. The LSP responds with a string containing Markdown formatting. The Visual Studio LSP client (https://www.nuget.org/packages/Microsoft.VisualStudio.LanguageServer.Protocol.Extensions, v17.2.8) receives the response but renders the popup incorrectly as plain text instead of Markdown.

To document my posts: