File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -6073,6 +6073,15 @@ export const schemata =
60736073 " prefect.toml"
60746074 ]
60756075 },
6076+ {
6077+ " url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/prefect.yaml.schema.json",
6078+ " description": "Prefect deployment configuration file",
6079+ " name": "prefect.yaml",
6080+ " fileMatch": [
6081+ " prefect.yaml",
6082+ " prefect.yml"
6083+ ]
6084+ },
60766085 {
60776086 " url": "https://www.schemastore.org/prettierrc.json",
60786087 " description": ".prettierrc configuration file",
@@ -11219,6 +11228,14 @@ export const schemata =
1121911228 " fileMatch": [
1122011229 " **/.changepacks/config.json"
1122111230 ]
11231+ },
11232+ {
11233+ " url": "https://www.schemastore.org/devup.json",
11234+ " description": "JSX Zero-Runtime UI Styling Library",
11235+ " name": "Devup",
11236+ " fileMatch": [
11237+ " devup.json"
11238+ ]
1122211239 }
1122311240]
1122411241export const schemas = schemata
You can’t perform that action at this time.
0 commit comments