Closed ForNeVeR closed 1 year ago
Thank you for reporting the issue! I expect to have some time to look into this in the coming days.
The issue has been resolved as of v2.7.7, which will be available in your IDE in a few days after JetBrains has conducted some final checks. If you cannot wait until then, the release can also be downloaded from GitHub.
Let me know if you encounter any further problems!
Hi! I work for the Rider team, and some Rider users have started reporting a particular exception thrown from the platform code.
The plugin reports the following issue in Rider 2023.2 EAP 5:
I believe that this may also be the reason for why the plugin settings page may not have the right name in the UI (IntelliJ will fall back to showing the
.toString()
in such case).Please make sure to update the configurable registration in the
plugin.xml
: the latest IntelliJ DevKit should help with that. You are supposed to addbundle="…"
andkey="…"
attributes in the<{application|project}Configurable>
, for IntelliJ to know the settings' page name without loading the class.