Skip to content

Commit 1bc1227

Browse files
b0oactions-user
authored andcommitted
Update SchemaStore catalog
This commit was performed automatically by GitHub Actions.
1 parent 60f1b3d commit 1bc1227

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lua/schemastore/catalog.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ M.json = {
212212
["Chamaleon environment"] = 1122,
213213
["Chamaleon properties"] = 1123,
214214
["Chamaleon template"] = 1121,
215+
Changepacks = 1183,
215216
Changesets = 253,
216217
Changie = 155,
217218
Charmcraft = 156,
@@ -7888,6 +7889,11 @@ M.json = {
78887889
v1alpha1 = "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1alpha1_PipelineRun.json",
78897890
v1beta1 = "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1beta1_PipelineRun.json"
78907891
}
7892+
}, {
7893+
description = "Changepacks are a way to package changes to a project",
7894+
fileMatch = { "**/.changepacks/config.json" },
7895+
name = "Changepacks",
7896+
url = "https://www.schemastore.org/changepacks.json"
78917897
} },
78927898
version = 1
78937899
}

0 commit comments

Comments
 (0)