cargo run -p dora-core generate_schemas
We can pass the JSON Schema to VSCode redhat.vscode-yaml to enables features such as:
Install redhat.vscode-yaml
Open User Settings(JSON) in VSCode within ctrl+ shift + p search bar.
Add the following:
"yaml.schemas": {
"https://raw.githubusercontent.com/dora-rs/dora/main/libraries/core/dora-schema.json": "/*"
},
And you should be set! 🔥