Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 369 Bytes

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