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 10ce025 commit ead97a2Copy full SHA for ead97a2
src/api/json/catalog.json
@@ -879,6 +879,12 @@
879
"description": "Commandbox used with cfml web servers",
880
"url": "https://raw.githubusercontent.com/Ortus-Solutions/vscode-commandbox/master/resources/schemas/server.schema.json"
881
},
882
+ {
883
+ "name": "CumulusCI Config",
884
+ "description": "cumulusci.yml file for configuring CumulusCI, a Salesforce automation framework",
885
+ "fileMatch": ["cumulusci.yml"],
886
+ "url": "https://raw.githubusercontent.com/SFDO-Tooling/CumulusCI/main/cumulusci/schema/cumulusci.jsonschema.json"
887
+ },
888
{
889
"name": "dbt Project",
890
"description": "dbt project configurations",
0 commit comments