Closed
Description
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