Schema
March 13, 2020 ยท 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/master/src/schema/tye-schema.json": [
"tye.yaml"
]
}
}