EWP schema
A JSON schema for the EWP YAML format. Provides format validation, autocomplete, and property descriptions.
INSTALLATION (VSCODE)
- Install YAML extension by redhat
- add the following to your settings.json
"yaml.schemas": {
"https://valheimtools.stream/ewp.json": "expand_prefabs*.yaml"
}- (optional) install "better yaml formatter" extension to allow to align lists without a extra space before
INSTALLATION (SUBLIME TEXT)
- Install "LSP" and "LSP-yaml" packages
launch command "Preferences: LSP-yaml settings" and add the following:
{
"settings": {
"yaml.schemas": {
"https://valheimtools.stream/ewp.json": "expand_prefabs*.yaml"
}
}
}CTRL-ALT-M opens the report panel