-
Notifications
You must be signed in to change notification settings - Fork 255
Closed
Labels
Description
Describe the bug
A YAML schema fails to parse.
Unable to parse content from '[...]/_schema/configSchema.yml': Parse error at offset 0.YAML(768)
Works correctly in other IDEs, but not in VSCode/with this extension.
We would like to support our developers who use VSCode. We use extensive comments/notes in our YAML, so we prefer YAML over JSON.
Expected Behavior
YAML-defined schemas (i.e. my-schema.yaml) should work correctly.
Current Behavior
Unable to parse content from '[...]/_schema/configSchema.yml': Parse error at offset 0.YAML(768)
Steps to Reproduce
- Define
config.ymland_schema/configSchema.yml - Add
# yaml-language-server: $schema=_schema/configSchema.ymltoconfig.yml - 💥
Environment
- Windows
- Mac
- Linux
Reactions are currently unavailable