Add support for config in yaml

This commit is contained in:
prototypa
2023-07-27 21:49:32 -04:00
parent 575610f99f
commit 12f46121c4
5 changed files with 760 additions and 0 deletions

View File

@ -13,5 +13,8 @@
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"yaml.schemas": {
"./.vscode/astrowind/config-schema.json": "/src/config.yml"
}
}