Schema
March 11, 2021 ยท View on GitHub
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"
]
}
}