Skip to content

Commit

Permalink
Add support for *.cps files
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Mar 2, 2025
1 parent 88905b9 commit 416604e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1070,6 +1070,12 @@
"description": "Commandbox used with cfml web servers",
"url": "https://raw.githubusercontent.com/Ortus-Solutions/vscode-commandbox/master/resources/schemas/server.schema.json"
},
{
"name": "Common Package Specification",
"description": "A cross-tool mechanism for locating software dependencies",
"fileMatch": ["*.cps"],
"url": "https://cps-org.github.io/cps/cps.schema.json"
},
{
"name": "CumulusCI Config",
"description": "cumulusci.yml file for configuring CumulusCI, a Salesforce automation framework",
Expand Down

0 comments on commit 416604e

Please sign in to comment.