-
Notifications
You must be signed in to change notification settings - Fork 802
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
Does the LSP client for Visual Studio support Markdown? #1809
Comments
@HJLebbink you need to ask the to the maintainers of the VS LSP client. I don't know which feature set they are currently supporting. |
Great. 'their' website is https://learn.microsoft.com/en-us/visualstudio/extensibility/language-server-protocol and when you ask on that forum, they point to you guys. So who should I ask? There is AFAICT no repo with the client code (that could have some pointers). |
@henkjan-sneller that is strange from their end. Since I don't maintain their client implementation I can't comment on what they support. The spec actually requires them to support markdown since it is not optional in some requests. |
@MariaSolOs do you know an official channel were users can ask questions about the LSP client in VS? |
@dbaeumer great question. I think that https://developercommunity.visualstudio.com/home and https://github.com/microsoft/VSExtensibility would be good places for these kind of issues. |
Thanks @MariaSolOs |
Yes, thanx, @dbaeumer & @MariaSolOs; you triggered somebody to come up with a proper answer on SO! |
I'm building a visual studio extension and a LSP; it is clear what is specified in the LSP specs, but it is not clear what is implemented in Microsoft.VisualStudio.LanguageServer.Protocol.Extensions 17.2.8.
See my same question here and on SO.
Question: Is Markdown implemented (in VS, for hover), and if it is, how to enable it. Please see what I have tried in the SO question.
The text was updated successfully, but these errors were encountered: