Schema

March 11, 2021 ยท View on GitHub

Configuring a schema for tye.yaml

  1. Install the Yaml extension.
  2. Open VS Code's settings (CTRL+,)
  3. Add a mapping for our schema.
{
  "yaml.schemas": {
    "https://raw.githubusercontent.com/dotnet/tye/main/src/schema/tye-schema.json": [
      "tye.yaml"
    ]
  }
}