What happened?
When loading the json rc configuration schema, the $schema itself then becomes an issue as it isn't declared on the schema.
Reproduction
- run
fallow init or create .fallowrc.json with $schema
- schema declaration doesn't include the $schema property itself
- JSON LSP then points to "$schema" being an unknown key
Expected behavior
"$schema" is a valid recognized json key.
Fallow version
2.11.0
Operating system
Windows
Configuration
{
"$schema": "https://raw.githubusercontent.com/fallow-rs/fallow/main/schema.json"
}
What happened?
When loading the json rc configuration schema, the $schema itself then becomes an issue as it isn't declared on the schema.
Reproduction
fallow initor create.fallowrc.jsonwith $schemaExpected behavior
"$schema" is a valid recognized json key.
Fallow version
2.11.0
Operating system
Windows
Configuration