Skip to content
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

Closed
HJLebbink opened this issue Sep 13, 2023 · 8 comments
Closed

Does the LSP client for Visual Studio support Markdown? #1809

HJLebbink opened this issue Sep 13, 2023 · 8 comments

Comments

@HJLebbink
Copy link

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.

@dbaeumer
Copy link
Member

@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.

@henkjan-sneller
Copy link

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).

@dbaeumer
Copy link
Member

@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.

@HJLebbink
Copy link
Author

@dbaeumer thank you for the response, Could you help me navigate the Microsoft organization. Who could I ask to help me out (See here for an overview what I've tried).

@dbaeumer
Copy link
Member

dbaeumer commented Oct 5, 2023

@MariaSolOs do you know an official channel were users can ask questions about the LSP client in VS?

@MariaSolOs
Copy link
Contributor

@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.

@dbaeumer
Copy link
Member

dbaeumer commented Oct 9, 2023

Thanks @MariaSolOs

@HJLebbink
Copy link
Author

Yes, thanx, @dbaeumer & @MariaSolOs; you triggered somebody to come up with a proper answer on SO!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants