Edoardo Luppi
Edoardo Luppi
Published 0.22.0, closing.
@sweethuman so I've been "away" for a bit. Turns out Return Highlighter had a name reference to Conventional Commit that caused the silent overwrite. This has been reported to JB...
Return Highlighter `0.8.3` will be available next week from the marketplace, or you can grab it from its repository Release section.
@mu88 clear the Gradle cache folder (`%USERPROFILE%\.gradle`) and build again.
@mu88 this issue seems similar https://github.com/JetBrains/gradle-intellij-plugin/issues/1029 Could you run the command in debug mode to have a complete stacktrace?
@mu88 possible tests: - change the JDK used by Gradle, e.g., with Adoptium - update Gradle wrapper to a more recent version Also, are you building from IntelliJ or from...
@mu88 > I asked this "some comments ago" I didn't reply to that because you already have a JDK, `jdk-11.0.16.101-hotspot`. But as it's not clear to me which version you're...
@mu88 looked at the log and apart from a couple unrelated exceptions I don't see anything related to the plugin. But I can guess. Try to remove the registration of...
What I do there is override the default tabbing action. Maybe Rider has a different base action and my override messes it up.
@ForNeVeR thanks for confirming my guess! It should be possible by declaring an optional plugin descriptor, as I did for VCS or Json. ```xml com.intellij.modules.rider ``` Plus, I need to...