Skip to content

Commit 280cdca

Browse files
authored
Add Jujutsu/jj VCS config schema (SchemaStore#4830)
These are updated on every release. The main config maps to the latest stable version. See also <https://jj-vcs.github.io/jj/latest/config/> and <https://github.com/jj-vcs/jj>.
1 parent b7db333 commit 280cdca

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
@@ -8277,6 +8277,12 @@
82778277
"*.hecate.json"
82788278
],
82798279
"url": "https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
8280+
},
8281+
{
8282+
"name": "Jujutsu (jj) VCS config",
8283+
"description": "Jujutsu (jj) configuration file",
8284+
"fileMatch": ["**/.jj/repo/config.toml", "**/jj/config.toml"],
8285+
"url": "https://jj-vcs.github.io/jj/latest/config-schema.json"
82808286
}
82818287
]
82828288
}

0 commit comments

Comments
 (0)