We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The use case is to show an error's documentation online.
For example, in eslint-plugin-vue, if I'm giving back a Diagnostic of attribute-hyphenation, I'd like to include in the message something like
eslint-plugin-vue
Diagnostic
attribute-hyphenation
[attribute-hyphenation](https://github.com/vuejs/eslint-plugin-vue/blob/master/docs/rules/attribute-hyphenation.md)
The text was updated successfully, but these errors were encountered:
@octref You should open a bug against the Microsoft/language-server-protocol repository instead if you want to make suggestions to the protocol.
As to your particular problem, please see microsoft/language-server-protocol#250.
Sorry, something went wrong.
I see, I didn't find that issue. Thanks for linking.
No branches or pull requests
The use case is to show an error's documentation online.
For example, in
eslint-plugin-vue
, if I'm giving back aDiagnostic
ofattribute-hyphenation
, I'd like to include in the message something likeThe text was updated successfully, but these errors were encountered: