From 416604eb60272ad0b0cacbcdbad33e8c1ca7c301 Mon Sep 17 00:00:00 2001 From: autoantwort Date: Sun, 2 Mar 2025 20:54:22 +0100 Subject: [PATCH] Add support for *.cps files --- src/api/json/catalog.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 39bbfdb79b4..2928f599960 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -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",