Editor integration¶
In order to minimize friction and maximize productivity, builderer provides its own schema.json for .builderer.yml
. If your editor supports
YAML schema validation, it's definitely recommended to set it up.
Visual Studio Code¶
- Install
vscode-yaml
for YAML language support. - Add the schema under the
yaml.schemas
key in your user or workspacesettings.json
:{ "yaml.schemas": { "https://builderer.florian-sattler.de/schema.json": ".builderer.yml" } }
Other¶
- Ensure your editor of choice has support for YAML schema validation.
- Link the schema present at
https://builderer.florian-sattler.de/schema.json
to files named.builderer.yml
or manually select the schema.