You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are receiving a fair amount of error reports in Rider from the following stack trace, related to this plugin:
java.lang.Throwable: id is not specified for extension colors/ChroMATERIAL -- Darcula
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImplKt$createLoadBundledSchemeRequests$1$1.getSchemeKey(EditorColorsManagerImpl.kt:733)
at com.intellij.configurationStore.schemeManager.SchemeManagerImpl.loadBundledSchemes(SchemeManagerImpl.kt:127)
at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.<init>(EditorColorsManagerImpl.kt:103)
at com.intellij.openapi.editor.colors.impl.EditorColorsManagerImpl.<init>(EditorColorsManagerImpl.kt:90)
[…]
I think that there's some new-ish requirement in IntelliJ 2023.3, that now logs an error if there are any extensions defined in the plugin.xml without id defined. To avoid this, a small update to plugin.xml would be required. I think you can choose any meaningful id.
The text was updated successfully, but these errors were encountered:
We are receiving a fair amount of error reports in Rider from the following stack trace, related to this plugin:
I think that there's some new-ish requirement in IntelliJ 2023.3, that now logs an error if there are any extensions defined in the
plugin.xml
withoutid
defined. To avoid this, a small update toplugin.xml
would be required. I think you can choose any meaningful id.The text was updated successfully, but these errors were encountered: