VSCode Reviewpad YAML Schema
To minimize errors when editing Reviewpad files, you can setup the reviewpad.yml
schema on VSCode.
You just need to download the latest JSON schema from schemas/reviewpad and add the following settings to your VSCode workspace:
"settings": {
"yaml.schemas": {
"PATH/schema.json": [
"reviewpad.yml",
]
}
}
Now, when you are editing you will be able to check if your Reviewpad file is syntactically correct, access the documentation and get auto-completion of certain fields.