Fix typo and better json schema validations

This commit is contained in:
prototypa
2023-08-11 12:49:04 -04:00
parent 03af96f664
commit d827a220de
2 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"yaml.schemas": {
"./.vscode/astrowind/config-schema.json": "/src/config.yml"
"./.vscode/astrowind/config-schema.json": "/src/config.yaml"
}
}