We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0463cc5 commit 44a1d76Copy full SHA for 44a1d76
src/api/json/catalog.json
@@ -4937,6 +4937,12 @@
4937
"fileMatch": ["prefect.toml"],
4938
"url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/settings.schema.json"
4939
},
4940
+ {
4941
+ "name": "prefect.yaml",
4942
+ "description": "Prefect deployment configuration file",
4943
+ "fileMatch": ["prefect.yaml", "prefect.yml"],
4944
+ "url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/prefect.yaml.schema.json"
4945
+ },
4946
{
4947
"name": "prettierrc.json",
4948
"description": ".prettierrc configuration file",
0 commit comments