lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
327 stars 19 forks source link

Allow $schema in your JSON schema itself #127

Closed rklec closed 2 months ago

rklec commented 9 months ago

I tried editing the conventionalcommit.json you can export for tokens in Visual Studio Code (VSCode).

It has autocomplete, when you add

{
  "$schema": "https://github.com/lppedd/idea-conventional-commit/raw/master/src/main/resources/defaults/conventionalcommit.schema.json",

...at the beginning. However, this itself causes a schema validation error: grafik

So maybe: