You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set resolveProvider to false in init handler json and yaml language servers (#2391)
Problem
Currently, both the JSON and YAML generic language servers respond with resolveProvider: true in their initialization response. This signals to clients that these language servers support completion item resolve requests, which these servers don't actually support, resulting in errors when clients send resolve requests.
Solution
This updates resolveProvider to false to accurately describe the capabilities of these language servers.
Co-authored-by: Alice Koreman <[email protected]>
0 commit comments