Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"id is not specified for extension colors/ChroMATERIAL -- Darcula" #45

Open
ForNeVeR opened this issue Dec 5, 2023 · 1 comment · May be fixed by #46
Open

"id is not specified for extension colors/ChroMATERIAL -- Darcula" #45

ForNeVeR opened this issue Dec 5, 2023 · 1 comment · May be fixed by #46

Comments

@ForNeVeR
Copy link

ForNeVeR commented Dec 5, 2023

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.

@ciscorucinski
Copy link
Owner

I haven't been active in development, but I will look at this more.
It appears I do have an ID, so I found this recent issue: https://youtrack.jetbrains.com/issue/IDEA-337388/java.lang.Throwable-id-is-not-specified-for-extension-visualstudiocodedarkplus

ForNeVeR added a commit to ForNeVeR/ChroMATERIAL that referenced this issue Dec 6, 2023
@ForNeVeR ForNeVeR linked a pull request Dec 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants