Does the Language Server Provider (LSP) client for Visual Studio support Markdown?
Henk-Jan Lebbink
0
Reputation points
I've created a LSP with Hover support. Everything works fine except that my request to render Markdown is not honored but rendered as plain text. Question: Is Markdown supported by the latest version 17.2.8 https://www.nuget.org/packages/Microsoft.VisualStudio.LanguageServer.Protocol.Extensions. If not, where can I make a request to support this?
Same question on SO: https://stackoverflow.com/questions/77015711/popup-hover-with-markdown-from-a-language-server-protocol-lsp
Sign in to answer