Back to Tye

Schema

src/schema/README.md

0.11.0368 B
Original Source

Schema

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.
js
{
  "yaml.schemas": {
    "https://raw.githubusercontent.com/dotnet/tye/main/src/schema/tye-schema.json": [
      "tye.yaml"
    ]
  }
}