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
The file should pass validation. The clangd schema specifies the type of value for this key as "boolean", and YAML specification for boolean states that Yes is a valid spelling.
Current Behavior
A diagnostic is produced for the Yes token: Incorrect type. Expected "boolean".
Steps to Reproduce
See above.
Environment
Windows
Mac
Linux
other (please specify)
The text was updated successfully, but these errors were encountered:
Describe the bug
Create a YAML file containing:
Set the schema to clangd.
Expected Behavior
The file should pass validation. The clangd schema specifies the type of value for this key as
"boolean"
, and YAML specification for boolean states thatYes
is a valid spelling.Current Behavior
A diagnostic is produced for the
Yes
token:Incorrect type. Expected "boolean".
Steps to Reproduce
See above.
Environment
The text was updated successfully, but these errors were encountered: