mirror of https://github.com/dotnet/tye.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 years ago | |
|---|---|---|
| .. | ||
| README.md | 6 years ago | |
| tye-schema.json | 6 years ago | |
README.md
Schema
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"
]
}
}