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

x/tools/internal/lsp: we should respect the contentFormat capabilities #31238

Closed
ianthehat opened this issue Apr 3, 2019 · 1 comment
Closed
Labels
FeatureRequest FrozenDueToAge gopls Issues related to the Go language server, gopls.
Milestone

Comments

@ianthehat
Copy link

At the moment things like hover always send back markdown content, even if the client cannot support them.
This came up when implementing the gopls query definition command line, which wants the hover in plain text and has to strip off the markdown formatting by hand.

@ianthehat ianthehat added FeatureRequest gopls Issues related to the Go language server, gopls. labels Apr 3, 2019
@ianthehat ianthehat self-assigned this Apr 3, 2019
@gopherbot gopherbot added this to the Unreleased milestone Apr 3, 2019
@stamblerre
Copy link
Contributor

Duplicate of #31078

@stamblerre stamblerre marked this as a duplicate of #31078 Apr 17, 2019
@golang golang locked and limited conversation to collaborators Apr 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FeatureRequest FrozenDueToAge gopls Issues related to the Go language server, gopls.
Projects
None yet
Development

No branches or pull requests

3 participants