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

failing installation in pycharm #139

Open racinmat opened 2 months ago

racinmat commented 2 months ago

I just installed the plugin to pycharm 2024.1 and I'm getting image

mlec1 commented 2 months ago

As the error message specifies, you need to install the Conventional Commit plugin in order to use the Commitlint Conventional Commit

lppedd commented 2 months ago

Unfortunately the Commitlint plugin is deprecated. So even if you have Conventional Commit installed it may not work correctly due to API changes.

I plan to integrate Commitlint and Angular providers into the core plugin at some point, as maintaining many plugins is becoming difficult.

racinmat commented 2 months ago

@mlec1 I would like to, but it's not compatible with newest pycharm, see https://plugins.jetbrains.com/plugin/13389-conventional-commit image

mlec1 commented 2 months ago

https://github.com/lppedd/idea-conventional-commit/issues/132#issuecomment-2041512274

Then you just need to wait a few more days. I am also waiting for the plugin to be published on the marketplace 😅. In the meantime, if you are really in a hurry, you can install it manually from the release on github

mlec1 commented 2 months ago

@racinmat The plugin is now available on the marketplace

racinmat commented 2 months ago

thanks!