-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed as not planned
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesjsonJSON support issuesJSON support issues
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.74.0-insider
- OS Version: Windows_NT x64 10.0.22623
In a package.json file, JSON hovers will correctly use the description of the property or the value for enum types. For example, notice the difference when hovering over extensionKind versus hovering over workspace:


This isn't always the case in other files, even when a JSON schema that has descriptions for the property and each value is included. As an example, dprint is an extension that has JSON schemas for each of its plugins (example), but then hovers only use the description of the current value:


From just a quick look it seems like dprints schema is correct, so this might be a problem with the JSON language service...?
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesjsonJSON support issuesJSON support issues