Skip to content

Commit ead97a2

Browse files
authored
Added CumulusCI Config (#3451)
* Added CumulusCI Config * Fix json syntax * Revert "Fix json syntax" This reverts commit 498e707. * Fix json syntax without reformatting the whole file
1 parent 10ce025 commit ead97a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,12 @@
879879
"description": "Commandbox used with cfml web servers",
880880
"url": "https://raw.githubusercontent.com/Ortus-Solutions/vscode-commandbox/master/resources/schemas/server.schema.json"
881881
},
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+
},
882888
{
883889
"name": "dbt Project",
884890
"description": "dbt project configurations",

0 commit comments

Comments
 (0)