idea-conventional-commit: Exporting defaults should warn in case of missing authorizations
First thanks for a great plugin. It looks like it can save a lot of time and confusion, specially for people new to conventional-commit.
I’m having some issues on Windows with using Custom default tokens. As mentioned in title clicking the button/link doesn’t store a file cc_defaults.json. If I store https://github.com/lppedd/idea-conventional-commit/blob/6552bec46cf56888a45b0ddc5703e97e856739c0/src/main/resources/defaults/cc_defaults.schema.json under that file name and provide the path to plugin, it will keep saying The file does not respect JSON schema:# required key [types] not found.

Am I doing something wrong or it may be it’s a bug?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (10 by maintainers)
@tad3j template one is feasible, the other I prefer to keep it simple 😃
@tad3j no problem. I made this plugin explicitly to ERASE that one hahaha
I have checked file export and it’s indeed a permissions issue. Starting IDEA as Administrator makes it work.