EWP schema

A JSON schema for the EWP YAML format. Provides format validation, autocomplete, and property descriptions.


INSTALLATION (VSCODE)

  1. Install YAML extension by redhat
  2. add the following to your settings.json
  "yaml.schemas": {
    "https://valheimtools.stream/ewp.json": "expand_prefabs*.yaml"
  }
  1. (optional) install "better yaml formatter" extension to allow to align lists without a extra space before

INSTALLATION (SUBLIME TEXT)

  1. 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