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 current tests use schema contributions to test various schema features.
However there are no tests for hover contributions, which poses a problem if one wanted to write alternative hover providers.
contributions
The relevant code is here:
vscode-json-languageservice/src/services/jsonHover.ts
Lines 54 to 60 in fabbc80
The text was updated successfully, but these errors were encountered:
Add test for hover contributions
89eb0dd
Fixes microsoft#53
d8a8420
aeschli
Successfully merging a pull request may close this issue.
The current tests use schema contributions to test various schema features.
However there are no tests for hover
contributions
, which poses a problem if one wanted to write alternative hover providers.The relevant code is here:
vscode-json-languageservice/src/services/jsonHover.ts
Lines 54 to 60 in fabbc80
The text was updated successfully, but these errors were encountered: