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